django-rest-framework-social-oauth2 icon indicating copy to clipboard operation
django-rest-framework-social-oauth2 copied to clipboard

Check expiration of token

Open paulw11 opened this issue 4 years ago • 0 comments

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

paulw11 avatar Apr 06 '20 04:04 paulw11