how to check access token validity in django oauth toolkit?

1.3k views Asked by At

I am using Django-oauth-toolkit for social authentication. How to check if access token is expired so that I can send the request for a new access token by sending refresh token.

0

There are 0 answers