- Issue created by @daniel korte
- 🇳🇿New Zealand davidwhthomas
I ended up implementing a token refresh workflow using the session cookie as the refresh token.
It has some benefits, such as
- The /jwt/token path accepts cookie auth
- The session cookie as the refresh token is created automatically on login and removed on logout.
- The session lifetime settings control the refresh token validity period.
- To revoke the refresh token, the session can be closed or deleted.