-
Notifications
You must be signed in to change notification settings - Fork 695
Implicit and password flow together - demo #270
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
@dalu just tested with latest chrome on mac. which browser are you using? |
also in your application I see the refresh error (see #283) |
Which one failing ? Silent refresh or auto refresh token? My understanding is silent refresh only works in the case of implicit flow. Auto refresh token works for both flows |
hm that's weird... now i see in your console
yesterday there was the error described in #283 |
Hey Folks |
No problem. You can see more frequent refresh when you run my app in dev mode. |
Nice example! |
Here is my attempt to use
implicit
andpassword
flows together.Demo: https://xmlking.github.io/nx-starter-kit/index.html
Code: https://github.com/xmlking/nx-starter-kit
Feedback appreciated.
The text was updated successfully, but these errors were encountered: