pallets-eco / flask-jwt

JWT (JSON Web Tokens) for Flask applications
MIT License
564 stars 177 forks source link

Flask-jwt in GraphQL APIs #127

Open efraintorlo opened 6 years ago

efraintorlo commented 6 years ago

Hi,

I'm just wondering if there is a known way to apply all the content of this module (token generation and authentication, decorators, etc.) into a GraphQL API. Currently I'm struggling with myself on how to jwt-validate the graphql queries, mutations, etc, and any comment or examples are very welcome.

@mattupstate I Apologies if this is not an appropriated space to share my question, please feel free to close this issue given that this is not a flask-jwt issue.