jetbridge / flask_cognito

Flask authentication with JWT against AWS Cognito
MIT License
94 stars 30 forks source link

adding the option to set Cookie as a header name #29

Closed itsakmak closed 2 months ago

itsakmak commented 2 months ago

For apps that use "code" response type from the log in process and then "grant_type": "authorization_code" to get a session token that they usually saved as a cookie.