sidebase / nuxt-auth

Authentication built for Nuxt 3! Easily add authentication via OAuth providers, credentials or Email Magic URLs!
https://auth.sidebase.io
MIT License
1.32k stars 165 forks source link

RefreshToken request header includes the (expired) access token in Authorization header #931

Open Mkaddem97 opened 1 month ago

Mkaddem97 commented 1 month ago

Environment


Reproduction

_

Describe the bug

While the access token is expired, why you include it in the refresh token request in the Authorization header I guess it should be sent as a request with "NO AUTH"

header

Additional context

No response

Logs

No response