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
Summary of proposed feature
I believe it would be useful for there to be a callback for right after the Provider API is hit.
Purpose of proposed feature
This is helpful because some OAuth Providers will send back tokens in different formats such as refresh_token instead of refreshToken.
Detail about proposed feature
There would be a res callback.
Potential problems
None that I could tell.
Describe any alternatives you've considered
N/A
Please indicate if you are willing and able to help implement the proposed feature.
Yes
The text was updated successfully, but these errors were encountered:
If there is an OAuth provider that for some reason returns a refreshToken, we could add an extra if statement for that particular provider, but to keep the user-facing API simple (#1022 ), I wish not to expose a new option if your case is an isolated one. You could rather add a new provider to the list of supported providers, and we can handle a special case internally, using the provider.id.
Summary of proposed feature
I believe it would be useful for there to be a callback for right after the Provider API is hit.
Purpose of proposed feature
This is helpful because some OAuth Providers will send back tokens in different formats such as
refresh_token
instead ofrefreshToken
.Detail about proposed feature
There would be a
res
callback.Potential problems
None that I could tell.
Describe any alternatives you've considered
N/A
Please indicate if you are willing and able to help implement the proposed feature.
Yes
The text was updated successfully, but these errors were encountered: