Skip to content
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

Merged
merged 29 commits into from
Jan 16, 2015
Merged

Tag v1.6 #496

merged 29 commits into from
Jan 16, 2015

Conversation

bshaffer
Copy link
Owner

@bshaffer bshaffer commented Jan 9, 2015

Creating Tag v1.6

bshaffer and others added 26 commits August 11, 2014 21:24
*** BC BREAKING *** renames CryptoToken to JwtAccessToken and renames use_crypto_tokens to use_jwt_access_tokens
…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
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.
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
Alessandro Del Gobbo and others added 3 commits January 13, 2015 20:52
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
@bshaffer bshaffer merged commit 7b083b7 into master Jan 16, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants