index
:
OAuth2/oauth2-server-php.git
add-coveralls-support
develop
main
php5.2-develop
psr-7
v2.x
version-1.14.2
A library for implementing an OAuth2 Server in php (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
Files
Lines
2015-05-05
fixes BC issue from #571
Brent Shaffer
1
-0
/
+8
2015-04-24
Merge pull request #572 from bshaffer/develop
v1.7.0
Brent Shaffer
16
-38
/
+202
2015-04-24
adds tests and server integration for new refresh token config
Brent Shaffer
1
-1
/
+2
2015-04-24
Merge pull request #571 from Jacketbg/patch-1
Brent Shaffer
1
-2
/
+5
2015-04-23
Updated JWT lib to address #564
Patrick Hindmarsh
3
-8
/
+21
2015-04-23
Added unset_refresh_token_after_use option
Yordan Yordanov
1
-2
/
+5
2015-04-15
Include "issuer" config key when creating default JwtAccessToken
Glenn Schmidt
1
-1
/
+1
2015-04-04
adds code id_token grant type to openid connect
Brent Shaffer
6
-1
/
+51
2015-03-31
makes possible to inherit Ouath2\Request and use it instead
sol
1
-1
/
+1
2015-03-25
Merge pull request #509 from djhunx/fix-#505-dynamodb-value-must-not-be-empty
Brent Shaffer
1
-4
/
+4
2015-03-10
User password storage : align Cassandra to Pdo
fauguste
1
-2
/
+12
2015-03-04
fixes #505 - value must not be empty error when using dynamodb storage.
jun
1
-4
/
+4
2015-03-03
Add UserClaimsInterface to Cassandra Storage engine
fauguste
1
-0
/
+47
2015-03-03
Add PublicKeyInterface to Cassandra Storage engine
fauguste
1
-3
/
+43
2015-02-06
Make validateRedirectUri protected to be able to override
Niko Sams
1
-1
/
+1
2015-01-27
Case insensitive for Bearer token header name
Artur Karaznevič
1
-1
/
+1
2015-01-19
PDO fetch mode changed to be FETCH_ASSOC instead of FETCH_BOTH
aacotroneo
1
-13
/
+13
2015-01-17
Merge pull request #496 from bshaffer/develop
v1.6
Brent Shaffer
14
-82
/
+498
2015-01-13
Removed set of mongo.native_long from Mongo.php
Alessandro Del Gobbo
1
-3
/
+0
2014-12-10
Merge pull request #489 from pedrosancao/pdo-fetch-mode
Brent Shaffer
1
-13
/
+13
2014-12-03
http_build_query sometimes joins with "&"
dan-james-deeson
1
-2
/
+2
2014-11-23
Allow any whitespace as a redirect URI delimiter
Gargaj
1
-1
/
+1
2014-11-06
set mode to PDO::FETCH_BOTH in fetch calls
Pedro Sanção
1
-13
/
+13
2014-11-04
Merge pull request #480 from sarciszewski/patch-1
Brent Shaffer
1
-1
/
+16
2014-10-23
Use hash_equals() for signature verification
Scott Arciszewski
1
-1
/
+16
2014-10-22
Update AccessToken.php
Scott Arciszewski
1
-10
/
+19
2014-10-15
Add missing JTI table definitiion
Patrick Bihan-Faou
1
-0
/
+9
2014-10-07
Make validateAuthorizeRequest available for POST in addition to GET
Paul Statezny
1
-4
/
+4
2014-10-07
order does not matter for multi-valued response types - see #452
Brent Shaffer
4
-7
/
+31
2014-10-07
Fix for token id_token combination as per http://openid.net/specs/oauth-v2-mu...
Nathaniel Marrin
5
-14
/
+19
2014-09-16
Rename JWT claims for JWT Access Tokens to better match the claims provided b...
Jared King
2
-5
/
+28
2014-09-03
Merge pull request #437 from bshaffer/issue-338-rename-crypto-to-jwt
Brent Shaffer
5
-28
/
+28
2014-08-28
Fixed some issues with Couchbase storage and added tests for the storage type
Tom Park
1
-0
/
+4
2014-08-27
Store type of data inside object to ease view creation to query the data
tom
1
-9
/
+8
2014-08-27
Added a Couchbase storage implementation
Tom Park
1
-0
/
+331
2014-08-22
adds tests for #442, fixes #441
Brent Shaffer
1
-1
/
+1
2014-08-22
Merge pull request #442 from relaxnow/bugfix/missing-use-statement
Brent Shaffer
1
-0
/
+1
2014-08-19
remove redundant default value from argument
Jan Brecka
2
-2
/
+2
2014-08-19
Added missing use statement for OAuth2\Scope in UserInfoController
Boy Baukema
1
-0
/
+1
2014-08-12
renames CryptoToken to JwtAccessToken and renames use_crypto_tokens to use_jw...
Brent Shaffer
5
-28
/
+28
2014-07-31
Fixes: State retrieval in OpenID AuthorizationController and test for Control...
Anže Valher
1
-1
/
+1
2014-07-22
Add a set check for scope in refresh token grant
derick
1
-1
/
+1
2014-07-11
Merge pull request #404 from dallasvogels/issue386
Brent Shaffer
1
-2
/
+2
2014-07-10
Merge pull request #415 from bshaffer/add-dynamodb-support-to-travis
Brent Shaffer
1
-18
/
+18
2014-07-10
testing out dynamodb support in travis.ci
Brent Shaffer
1
-18
/
+18
2014-07-09
**BC-BREAKING** - fixes #397, refresh tokens should not be encrypted inside c...
Brent Shaffer
1
-15
/
+16
2014-07-09
Merge pull request #400 from bshaffer/issue-354
Brent Shaffer
1
-0
/
+81
2014-07-09
fixes #354 - bundles PDO SQL with the library
Brent Shaffer
1
-0
/
+81
2014-07-09
Merge pull request #401 from bshaffer/fixes-code-standards
Brent Shaffer
19
-196
/
+117
2014-07-08
fixes #413 - passes $format to sprintf()
Brent Shaffer
1
-1
/
+1
[prev]
[next]