-
Notifications
You must be signed in to change notification settings - Fork 175
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
Token refresh #180
Token refresh #180
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
App is not able to get the oidc.min.js file at the beginning. When token expires, it reloads the page and redirects to http://luigi.com:4200/?reason=tokenExpired&error=Frame%20window%20timed%20out#/overview
but doesn't change the token.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I added a couple of comments and one restructuring suggestion :)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Minor comments.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Approved.
* add support for openid connect token refresh * refresh token * third party cookies support * token renewal * remove test values * remove debugger statement * add docu * remove debugger statement * changes in documenation * change webpack config and oidc lib location * add default logout url * change bug in library-loaders * change docu after review * correct documentation after review * documentation changes
Description
Changes proposed in this pull request:
Add possibility to silently refresh token using OpenID Connect
prompt=none
param.Related issue(s)
See also #179
Resolves #124