flavors / django-graphql-jwt

JSON Web Token (JWT) authentication for Graphene Django
https://django-graphql-jwt.domake.io
MIT License
820 stars 171 forks source link

Check if access token is expired #331

Open dChunikhin opened 6 months ago

dChunikhin commented 6 months ago

How can I check on the client if accessToken is expired? Is there any built-in mutation for that or other way? Or the only way is parse the given token and check his exp field manually?