forked from manfredsteyer/angular-oauth2-oidc
-
Notifications
You must be signed in to change notification settings - Fork 1
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
fork update u15 #2
Closed
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Fix for issue 661
…grade Angular 9 upgrade
Set userinfoEndpoint if userinfo_endpoint not exists
Add more types in OAuthService
…-hash-clearing-prevention Use preventClearHashAfterLogin consistently
Fix destroying route via silentRefresh when using hash strategy (Issue 277)
…eyer#665-resource-cleanup Clean up more resources in ngOnDestroy
…eyer#662-popup-fix Fix positioning of popup login window
Fixed not using config.openUri in code flow
…-missing-endpointUrl manfredsteyer#260: Improve error handling on missing tokenEndpoint
…ect-when-no-tokens Add more guides on another way to use loadDiscoveryDocumentAndTryLogin
Added popup related error handling for implicit grant
…shLocationStrategy Support hash location strategy with code flow
Unsubscribe from 'token_received' events before re-subscribing
…reateNonce Correct implementation of rfc7636 section 4.1
During session check, ignore messages with irrelevant origin
Allow clockSkewInSec to be different from 600
Fixing disableAtHashCheck, not being recognized correctly
…rovements Add support for code flow silent-refresh and popup
Always set expiration timers for valid token types
Bumps [url-parse](https://github.com/unshiftio/url-parse) from 1.5.1 to 1.5.3. - [Release notes](https://github.com/unshiftio/url-parse/releases) - [Commits](unshiftio/url-parse@1.5.1...1.5.3) --- updated-dependencies: - dependency-name: url-parse dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps [tar](https://github.com/npm/node-tar) from 6.1.0 to 6.1.11. - [Release notes](https://github.com/npm/node-tar/releases) - [Changelog](https://github.com/npm/node-tar/blob/main/CHANGELOG.md) - [Commits](isaacs/node-tar@v6.1.0...v6.1.11) --- updated-dependencies: - dependency-name: tar dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps [nth-check](https://github.com/fb55/nth-check) from 2.0.0 to 2.0.1. - [Release notes](https://github.com/fb55/nth-check/releases) - [Commits](fb55/nth-check@v2.0.0...v2.0.1) --- updated-dependencies: - dependency-name: nth-check dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
…k-to-silent-refresh docs: fix broken link in silent-refresh documentation pointing to token-refresh
…pm_and_yarn/nth-check-2.0.1 chore(deps): bump nth-check from 2.0.0 to 2.0.1
…pm_and_yarn/tar-6.1.11 chore(deps): bump tar from 6.1.0 to 6.1.11
Preserve requested route for code flow
…pm_and_yarn/jszip-3.7.1 chore(deps): bump jszip from 3.6.0 to 3.7.1
…pm_and_yarn/url-parse-1.5.3 chore(deps): bump url-parse from 1.5.1 to 1.5.3
Add check for localStorage writeability
disableNonceCheck always leads to an error manfredsteyer#1210
add max value on calcTimeout function
# Conflicts: # projects/lib/package.json # projects/lib/src/oauth-service.ts # projects/lib/src/token-validation/jwks-validation-handler.ts
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
authsvr-auth0.md