[Vuejs]-Vue js + Flask + AWS Cognito authentication

0👍

Use AWS API Gateway in front of your Flask app, the API gateway can authorize the JWT token and pass your request to Flask

https://docs.aws.amazon.com/apigateway/latest/developerguide/apigateway-enable-cognito-user-pool.html

Leave a comment