-
Notifications
You must be signed in to change notification settings - Fork 952
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
Tag v1.7.0 #572
Merged
Tag v1.7.0 #572
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
PDOStorage: pdo_fetch_mode changed to be FetchAssoc instead of FetchBoth
Case insensitive Bearer token header name
docs(changelog): misstyped date
As suggested in #488 (comment) this allows implementing custom validation logic (eg. regexp)
Make validateRedirectUri protected to be able to override
Add PublicKeyInterface and UserClaimsInterface to Cassandra Storage engine
Adding test for dynamodb storage. Default scope should be null when none is set in the database. Removing immediate return true in dynamodb test.
**BC-BREAKING** User password storage : align Cassandra to Pdo
…be-empty Fix #505 dynamodb value must not be empty
Makes possible to inherit from Oauth2\Request and use own Request class instead of original
…nect Add code id token to openid connect
Pass "issuer" config key when creating default JwtAccessToken
It is set to true by default to preserve the old behavior, but if set to false, it will no longer force the refresh token to expire immediately after use.
An alternate patch that maintains backwards compatibility with existing interfaces, but is unsafe for users who call JWT::decode themselves without passing the allowed arguments array.
Alternative implementation of JWT lib
Added unset_refresh_token_after_use option
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.
No description provided.