-
Notifications
You must be signed in to change notification settings - Fork 950
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
v1.9.0 #788
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
Owner
bshaffer
commented
Dec 23, 2016
•
edited
Loading
edited
- bug Allow null for client_secret #645 - Allow null for client_secret
- bug fix bug in isPublicClient of Cassandra-Storage (revised pull-request) #651 - Fix bug in isPublicClient of Cassandra Storage
- bug Bug in client's scope restriction #670 - Bug in client's scope restriction
- bug Implemented method to override the password hashing algorithm #672 - Implemented method to override the password hashing algorithm
- bug fix: Token Response's Content-Type to application/json #698 - Fix Token Response's Content-Type to application/json
- bug Issue 725 #729 - Ensures unsetAccessToken and unsetRefreshToken return a bool
- bug Update CodeIdToken.php #749 - Fix UserClaims for CodeIdToken
- bug RFC6750 compatibility #784 - RFC6750 compatibility
- bug Fix "redirect_uri_mismatch" for URIs with encoded characters #776 - Fix "redirect_uri_mismatch" for URIs with encoded characters
- bug No access token supplied to resource controller results in empty request body #759 - no access token supplied to resource controller results in empty request body
- bug Use OpenSSL random method before attempting Mcrypt's. #773 - Use OpenSSL random method before attempting Mcrypt's.
- bug Add mongo db #790 - Add mongo db
Changed `client_secret` declaration in schema to allow NULL values
Allow null for client_secret
fix bug in isPublicClient of Cassandra-Storage (revised pull-request)
add isPublicClient tests and fixes resulting bugs
add php7 to travis
If set `scope` column in `oauth_clients` table to empty string, then client allowed to any scope even if it not exists in `oauth_scopes` table.
Bug in client's scope restriction
Fix typo in PDO storage DDL
Update .travis.yml
…db-and-mongo Add test data for CouchbaseDB and Mongo
Implemented method to override the password hashing algorithm
[Travis] Cache vendors [Travis] Add PHP 7 to test matrix [Travis] Speedup tests (disable Xdebug)
[composer] Consolidate dev dependencies
Fix for #663 and Test case
Fixing minor typo in Implicit grant type test
fix: at_hash digest computation('hash' function must be used with raw_output=true )
…_spec fix: Token Response's Content-Type to application/json
Memory Storage Fix - Add missing array_merge() parameter
Remove dereferencing for support PHP 5.3 adds tests
* ensures unsetAccessToken and unsetRefreshToken return a bool
The .gitattributes file will prevent items such as test files, yaml files, etc from being included when this library is imported via composer
* add test to showcase a bug when comparaing redirect_uri in grant type "code" * fix redirect_uri comparaison with grant type "code"
Fixed some doc comments to make working with the project easier in the IDE. Also changed some strings to single quoted to prevent interpreting backslash as escape character.
* add mongodb extension for php 7.x to travis * removes mongodb library for php5 from travis * removes HHVM from travis
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.