jazzband / django-oauth-toolkit

OAuth2 goodies for the Djangonauts!
https://django-oauth-toolkit.readthedocs.io
Other
3.06k stars 777 forks source link

Refresh ID token alognside with Access Token #1339

Closed kv-42 closed 8 months ago

kv-42 commented 8 months ago

How to refresh the ID token having OAuth2 Refresh Token and avoid repeating Auth flow again? AFAIK current behaviour is to refresh OAuth2 Access Token only

dopry commented 8 months ago

You call the token endpoint using the refresh token in the Authorization header.

see: https://django-oauth-toolkit.readthedocs.io/en/latest/tutorial/tutorial_01.html#refresh-the-token