You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add a key in configuration file that allow us to to customize the refresh token body key in refresh request.
How would you implement this?
I will add a key in types.ts file and name it requestbodyKey with the default value refreshToken and then update refresh method in useAuth.ts to reflect those changes.
Additional information
Would you be willing to help implement this feature?
Provider
AuthJS
Local
Refresh
New Provider
The text was updated successfully, but these errors were encountered:
Describe the feature
Add a key in configuration file that allow us to to customize the refresh token body key in refresh request.
How would you implement this?
I will add a key in
types.ts
file and name itrequestbodyKey
with the default valuerefreshToken
and then updaterefresh
method inuseAuth.ts
to reflect those changes.Additional information
Provider
The text was updated successfully, but these errors were encountered: