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

Support Multiple clientids for aws cognito #46

Open
nraghuveer opened this issue Jun 7, 2021 · 2 comments
Open

Support Multiple clientids for aws cognito #46

nraghuveer opened this issue Jun 7, 2021 · 2 comments
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@nraghuveer
Copy link

get_current_user = CognitoCurrentUser( region=region, userPoolId=poolid, client_id=clientid )

Often, we would like to support multiple aws Cognito app clients for a single API.
Requesting a feature to support multiple app client ids for the aws Cognito objects.

Maybe something like
get_current_user = CognitoCurrentUser( region=region, userPoolId=poolid, client_id=[clientid1, clientid2] )

@tokusumi tokusumi added enhancement New feature or request help wanted Extra attention is needed labels Jun 13, 2021
@Minipada
Copy link

I would be interested by this, a naive approach would probably be to keep the data in memory? Also it would be great to do that dynamically and not only at start

@nraghuveer
Copy link
Author

I would be interested by this, a naive approach would probably be to keep the data in memory? Also it would be great to do that dynamically and not only at start

what do you mean by "dynamically"?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

3 participants