-
Notifications
You must be signed in to change notification settings - Fork 951
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.6 #496
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
…o use_jwt_access_tokens
…t is what will be thrown
Oauth2 server php couchbase
*** BC BREAKING *** renames CryptoToken to JwtAccessToken and renames use_crypto_tokens to use_jwt_access_tokens
…ovided by the spec
…oken-claims Rename JWT claims for JWT Access Tokens: #338
…th-v2-multiple-response-types-1_0.html#Combinations matching the sample authorization request from the same source and section rename TokenIdToken to IdTokenToken
** BC Break ** - Renames TokenIdToken to IdTokenToken - order does not matter for multi-valued response types
Allow client_id, redirect_uri, response_type, and state to come from either GET or POST params. Port modified `get` method from HttpFoundation Request and add tests.
…authorize-request-validation Make validateAuthorizeRequest available for POST in addition to GET
…move mongo ENV variable into 'global'
Add missing JTI table definitiion
When a CSPRNG is available, just grab as many bytes as necessary and return `bin2hex($randomData)'. When there isn't, use the legacy hashing mode. Though PHP >= 5.3.0 will always have `openssl_random_pseudo_bytes()` available.
Update AccessToken.php
Use hash_equals() for signature verification
I've no idea why, but http_build_query sometimes builds the query with & as the joing string, rather than the proper default of &. See http://php.net/manual/en/function.http-build-query.php#102324. This is happening to me :( Thanks!
http_build_query sometimes joins with "&"
Set fetch mode to PDO::FETCH_BOTH in fetch and fetchAll calls
Removed ini_set('mongo.native_long', 1) as it's not supported on 32 bit machine. Also that value is set to 1 by default. mongodb/mongo-php-driver@374d804 With that instruction, the project run fails with error: Fatal error: ini_set(): To prevent data corruption, you are not allowed to turn on the mongo.native_long setting on 32-bit platforms in Unknown on line 0
Removed set of mongo.native_long from Mongo.php
bshaffer
added a commit
that referenced
this pull request
Jan 16, 2015
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.
Creating Tag
v1.6