-
-
Notifications
You must be signed in to change notification settings - Fork 171
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Custom refresh response token pointer #895
Comments
Hi @Rizzato95 , thanks for your request. As we're a bit busy at the moment with higher priority issues, would you give it a try yourself? We would be able to quickly review your PR |
I think we're not talking about the same problem. I created a PR (#910) for this new option. |
@Rizzato95 ops 😅. You’re right, my bad. |
Closing as done in #910 |
Describe the feature
Hi,
I'm using the module in
local
mode pointing to an external api (to which I don't have access and cannot edit).During sign in the token comes in
bearerToken
property:But during refresh the token comes in
accessToken
property:In the configuration I set
signInResponseTokenPointer
to/bearerToken
who works like a charm during SignIn but returns an error during refresh:This happens because the module uses
signInResponseTokenPointer
to retrieve the token also during the refresh call.What I need is a configuration property like
refreshResponseTokenPointer
to allow the token to be handled correctly when provided in different properties between calls.Thanks
Provider
The text was updated successfully, but these errors were encountered: