RealmTeam / django-rest-framework-social-oauth2

python-social-auth and oauth2 support for django-rest-framework
MIT License
1.06k stars 191 forks source link

Check expiration of token #218

Open paulw11 opened 4 years ago

paulw11 commented 4 years ago

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