Closed devireds closed 4 years ago
Hello,
our architecture is slightly more distributed and there are more backend services serving frontend. I understand your concerns, but unfortunately the Flask App in our case is not the one providing the token to frontend. The Flask App where we use this plugin assumes requests are authenticated with the token in the request header, so it's actually the other way around, the Flask App consumes the token in the header after validating the signature to make sure the request is authenticated.
About your questions:
Make sure you go through the scenarios first.
Hello,
I am a beginner in Python and Flask and trying to build an application. I am using Cognito in my app and using "from flask_awscognito import AWSCognitoAuthentication" library similar to yours. I came across your profile from AWSCognitoAuthentication repo link and have few questions about the app.