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.24k stars 162 forks source link

How to change refresh() Header Bearer Token to Bearer Refresh Token ? #905

Open geofany opened 1 week ago

geofany commented 1 week ago

Describe the feature

How to change refresh() Header Bearer Token to Bearer Refresh Token ?

Screenshot 2024-09-10 at 14 45 47

i need to change Header Bearer Token to Bearer Refresh Token

How would you implement this?

No response

Additional information

Provider

phoenix-ru commented 6 days ago

What exactly do you want?.. Authorization header of refresh includes the Access token, and Refresh Token should be in the body

geofany commented 5 days ago

What exactly do you want?.. Authorization header of refresh includes the Access token, and Refresh Token should be in the body

My backend team places the refresh token in the Authorization header, instead of in the body.