django-cognito-jwt
django-cognito-jwt copied to clipboard
Cognito Audience Optional
Hi,
is it possible to make Cognito Audience setting as optional?
From what I can tell, the audience is explicitly required for this method of authentication, but it seems to be possible to support multiple audiences by doing:
COGNITO_AUDIENCE = ['<key 1>', '<key 2>', ...]