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.
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.