Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

the props of grants & redirectUris are user's scope, but binded at client object #750

Open
jincheng-me opened this issue Feb 21, 2023 · 1 comment

Comments

@jincheng-me
Copy link

here is a case that one client has one thousand of users, each user has a redirect url.

the client object will bind one thousand of urls, it is too cost for memory.

so i think that getClient function should take user params, or check the grants and redirectUris with user object

@jincheng-me
Copy link
Author

here is a case that one client has one thousand of users, each user has a redirect url.

the client object will bind one thousand of urls, it is too cost for memory.

so i think that getClient function should take user params, or check the grants and redirectUris with user object

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant