We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
hi we need to allow various requests from ui like mobile, website, etc, and i need to set multiple
COGNITO_AUDIENCE ='xxxxxxxxxxxxxxxxxxx'
in settings,
The text was updated successfully, but these errors were encountered:
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>', ...].
COGNITO_AUDIENCE = ['<key 1>', '<key 2>', ...]
Sorry, something went wrong.
No branches or pull requests
hi we need to allow various requests from ui like mobile, website, etc, and i need to set multiple
in settings,
The text was updated successfully, but these errors were encountered: