标签: django oauth access-token django-authentication
我正在使用Django-oauth-toolkit进行社交身份验证。如何检查访问令牌是否已过期,以便我可以通过发送刷新令牌发送新访问令牌的请求。
Django-oauth-toolkit