-
Notifications
You must be signed in to change notification settings - Fork 694
sendAccessToken sends null token when using local storage #255
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
Comments
I have this issue too, whilst debugging the issue, looks like when angular-oauth2-oidc configures the |
You could also (as a workaround) do this in you app module
|
Thanks for this hint. I would consider this the official solution. |
You saved my day, thanks. |
sendAccessToken is sending null token when using local storage
here is my configuration
when I remove this.oauthService.setStorage(localStorage) it is working fine as expected
can you please look into this issue asap
The text was updated successfully, but these errors were encountered: