django-rest-framework-social-oauth2
django-rest-framework-social-oauth2 copied to clipboard
Check expiration of token
The current code doesn't check to see if the supplied access token is expired.
This adds a check for the exp
field of the JWT