fastapi_jwt_auth_with_aws_cognito
fastapi_jwt_auth_with_aws_cognito copied to clipboard
Example code for my Medium article.
Results
2
fastapi_jwt_auth_with_aws_cognito issues
Sort by
recently updated
recently updated
newest added
Hi @jgontrum, first I'd like to thank you very much for your work, you saved me a lot of time with this. There are just two possible issues that I'd...
Add support for the case when claims contain lists of values, e.g. somekey='yes' cognito:groups=['a','b','c'] Without this change I get a validation error from pydantic because the claims do not conform...