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.7.0 #572

Merged
merged 30 commits into from
Apr 24, 2015
Merged
Changes from 1 commit
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
91fd49a
PDO fetch mode changed to be FETCH_ASSOC instead of FETCH_BOTH
aacotroneo Jan 19, 2015
bb254d3
Merge pull request #500 from aacotroneo/develop
bshaffer Jan 19, 2015
ba716d4
Case insensitive for Bearer token header name
Jan 27, 2015
5ebe653
Merge pull request #508 from akaraznevic/develop
bshaffer Jan 27, 2015
eea624f
docs(changelog): misstyped date
AidasK Jan 31, 2015
d0d842f
Merge pull request #511 from AidasK/patch-1
bshaffer Feb 2, 2015
fb8d792
Make validateRedirectUri protected to be able to override
nsams Feb 6, 2015
e3d1d24
Merge pull request #512 from nsams/patch-1
bshaffer Feb 9, 2015
1a5cd4e
Add PublicKeyInterface to Cassandra Storage engine
fauguste Mar 2, 2015
4f6cb5c
Add UserClaimsInterface to Cassandra Storage engine
fauguste Mar 2, 2015
edd37cc
Merge pull request #530 from ADIRE/develop
bshaffer Mar 3, 2015
6372dc2
cleans up postgres in test bootstrap / whitespace
bshaffer Mar 3, 2015
0786a36
fixes #505 - value must not be empty error when using dynamodb storage.
Jan 28, 2015
e7d0a32
User password storage : align Cassandra to Pdo
fauguste Mar 9, 2015
60709ae
Merge pull request #540 from fauguste/develop
bshaffer Mar 24, 2015
e7c42e1
Merge pull request #509 from djhunx/fix-#505-dynamodb-value-must-not-…
bshaffer Mar 24, 2015
7968a50
makes possible to inherit Ouath2\Request and use it instead
hiqsol Mar 31, 2015
dfa7c36
Merge pull request #554 from hiqdev/inheritable_request
bshaffer Mar 31, 2015
cac7a23
adds code id_token grant type to openid connect
bshaffer Apr 3, 2015
3ec6682
Merge pull request #556 from bshaffer/add-code-id_token-to-openid-con…
bshaffer Apr 5, 2015
e4c6aa6
Include "issuer" config key when creating default JwtAccessToken
glennschmidt Apr 15, 2015
67afff5
Merge pull request #563 from glennschmidt/patch-1
bshaffer Apr 15, 2015
899cb94
fixes Couchbase tests to not throw floating point exception 8
bshaffer Apr 22, 2015
51b8915
adds 'code id-token' tests
bshaffer Apr 22, 2015
f758532
Added unset_refresh_token_after_use option
Jacketbg Apr 23, 2015
535d658
Updated JWT lib to address #564
phindmarsh Apr 22, 2015
34921d7
Merge pull request #569 from phindmarsh/jwt-patch-bc
bshaffer Apr 23, 2015
fd49216
Merge pull request #571 from Jacketbg/patch-1
bshaffer Apr 24, 2015
cd648bc
adds tests and server integration for new refresh token config
bshaffer Apr 24, 2015
1f91815
adds changelog for v1.7.0
bshaffer Apr 24, 2015
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
adds changelog for v1.7.0
  • Loading branch information
bshaffer committed Apr 24, 2015
commit 1f91815602775251c9600d002436add41a409e84
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,20 @@ To see the files changed for a given bug, go to https://github.com/bshaffer/oaut
To get the diff between two versions, go to https://github.com/bshaffer/oauth2-server-php/compare/v1.0...v1.1
To get the diff for a specific change, go to https://github.com/bshaffer/oauth2-server-php/commit/XXX where XXX is the change hash

* 1.7.0 (2015-04-23)

PR: https://github.com/bshaffer/oauth2-server-php/pull/572

* bug #500 - PDO fetch mode changed from FETCH_BOTH to FETCH_ASSOC
* bug #508 - Case insensitive for Bearer token header name ba716d4
* bug #512 - validateRedirectUri is now public
* bug #530 - Add PublicKeyInterface, UserClaimsInterface to Cassandra Storage
* bug #505 - DynamoDB storage fixes
* bug #556 - adds "code id_token" return type to openid connect
* bug #563 - Include "issuer" config key for JwtAccessToken
* bug #564 - Fixes JWT vulnerability
* bug #571 - Added unset_refresh_token_after_use option

* 1.6 (2015-01-16)

PR: https://github.com/bshaffer/oauth2-server-php/pull/496
Expand Down