authlib / demo-oauth-client

Demo for Flask, Django, and Starlette OAuth clients with Authlib>=v0.13
https://docs.authlib.org/en/latest/client/
264 stars 101 forks source link

Refresh token Django #18

Open tesalok opened 3 years ago

tesalok commented 3 years ago

Django refresh token update_token doesn't refresh the token; example doesn't have auto refresh token implemented. Any suggestion to get it working.

AyoubKasmi commented 2 years ago

same issue with Flask

lepture commented 2 years ago

Because this demo has no database.