flavors / django-graphql-jwt

JSON Web Token (JWT) authentication for Graphene Django

Home Page:https://django-graphql-jwt.domake.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Check if access token is expired

dChunikhin opened this issue · comments

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?