Conversation
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
This file contains hidden or 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
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.
Uh oh!
There was an error while loading. Please reload this page.