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

Can i add Multiple Clients/Audience Id in django settings.py #25

Open
the-pythonistaa opened this issue Dec 6, 2019 · 1 comment
Open

Comments

@the-pythonistaa
Copy link

hi we need to allow various requests from ui like mobile, website, etc, and i need to set multiple

COGNITO_AUDIENCE ='xxxxxxxxxxxxxxxxxxx'

in settings,

@skison
Copy link

skison commented Feb 20, 2020

I tried it myself, and was surprised to see that it actually does allow that. You just need to do
COGNITO_AUDIENCE = ['<key 1>', '<key 2>', ...].

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

2 participants