-
-
Notifications
You must be signed in to change notification settings - Fork 183
Open
Labels
Description
Describe the feature
My project uses OAuth2.0 so refresh token requires these data
{
grant_type: 'refresh_token',
client_id: clientId,
client_secret: clientSecret,
refresh_token: refreshToken.value
}
But currently only a single data refreshRequestTokenPointer can be specified
How would you implement this?
No response
Additional information
- Would you be willing to help implement this feature?
Provider
- AuthJS
- Local
- Refresh
- New Provider