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
Age
Commit message (
Expand
)
Author
Files
Lines
2013-01-26
Remove typing for ClientCredentials storage interface in the grant controller.
Francis Chuang
1
-1
/
+1
2013-01-26
Remove check for the ClientCredentials storage type because grant types that ...
Francis Chuang
1
-3
/
+1
2013-01-26
Added syntax highlighting to all php code
Arul
1
-28
/
+43
2013-01-26
Changed to LogicException.
Francis Chuang
1
-1
/
+1
2013-01-26
validateClientData in JWTBearer grant type now throws exceptions because the ...
Francis Chuang
1
-2
/
+2
2013-01-26
matching headers with spec when token is returned
Brent Shaffer
1
-1
/
+3
2013-01-26
Fixed formatting.
Francis Chuang
1
-15
/
+16
2013-01-26
Renamed misleading variables and fixed comments.
Francis Chuang
1
-5
/
+6
2013-01-26
Added test for testing clients that do not have a JWT decoding key associated...
Francis Chuang
2
-1
/
+20
2013-01-26
Formatting.
Francis Chuang
1
-1
/
+1
2013-01-26
Fixed bug in JWTBearer Grant Type where the decoding key for the JWT is not i...
Francis Chuang
3
-22
/
+48
2013-01-26
Merge pull request #50 from dazz/bugfix/noticeUndefinedVariable
Brent Shaffer
1
-2
/
+2
2013-01-25
fixed: variable and undefined variables
dazz
1
-2
/
+2
2013-01-25
Silence openssl_verify() in JWT Util because if an error occurs, it will thro...
Francis Chuang
1
-3
/
+3
2013-01-25
Updated JWT Util to support more RSA signing algorithms.
Francis Chuang
1
-4
/
+24
2013-01-25
Merge pull request #48 from F21/master
Brent Shaffer
3
-11
/
+15
2013-01-25
Updated getAccessTokenData to accept a request (OAuth2_RequestInterface) so t...
Francis Chuang
3
-11
/
+15
2013-01-24
Merge pull request #43 from stefanaxelsson/issue40
Brent Shaffer
2
-27
/
+78
2013-01-24
Added assertArrayHasKey.
Stefan Axelsson
1
-0
/
+25
2013-01-24
Merge pull request #44 from F21/master
Brent Shaffer
1
-2
/
+1
2013-01-24
Merge remote-tracking branch 'upstream/develop'
Francis Chuang
23
-125
/
+223
2013-01-24
PHP 5.3.3 and below does not support openssl.
Francis Chuang
1
-1
/
+1
2013-01-24
Fixed PHP version check in JWT Bearer Test.
Francis Chuang
1
-2
/
+1
2013-01-24
Merge pull request #38 from F21/master
Brent Shaffer
6
-67
/
+163
2013-01-24
Updated JWT bearer tests so that PHP 5.2 uses just the SHA-256 algorithm sinc...
Francis Chuang
2
-1
/
+27
2013-01-24
Changed constant OPENSSL_ALGO_SHA256 to string 'sha256' to maintain backwards...
Francis Chuang
1
-2
/
+2
2013-01-24
Merge branch 'develop' of github.com:bshaffer/oauth2-server-php into develop
Brent Shaffer
1
-27
/
+42
2013-01-24
adds newline at end of file - trying to refresh the github tree
Brent Shaffer
1
-1
/
+1
2013-01-23
Merge pull request #41 from Arul-/patch-1
Brent Shaffer
1
-28
/
+43
2013-01-23
Merge branch 'develop' of http://github.com/bshaffer/oauth2-server-php into d...
Brent Shaffer
0
-0
/
+0
2013-01-23
adds support for application/json contentTypes
Brent Shaffer
1
-0
/
+5
2013-01-23
matching headers with spec when token is returned
Brent Shaffer
1
-1
/
+3
2013-01-23
adds support for application/json contentTypes
Brent Shaffer
1
-0
/
+5
2013-01-23
Various fixes to PdoTest
Stefan Axelsson
2
-27
/
+53
2013-01-23
Updated test public/private keys to correct format to prevent "openssl_sign()...
Francis Chuang
2
-3
/
+32
2013-01-23
Removed setJWT() as it does not provide any useful functionality and added va...
Francis Chuang
1
-10
/
+6
2013-01-23
Updated JWT tests so that test data is passed in via POST and not GET.
Francis Chuang
1
-21
/
+21
2013-01-23
JWT grant type should take all parameters using POST, not GET.
Francis Chuang
1
-3
/
+3
2013-01-23
Updated creating an instance of the GrantedController to not force the client...
Francis Chuang
1
-1
/
+1
2013-01-23
Remove typing for ClientCredentials storage interface in the grant controller.
Francis Chuang
1
-1
/
+1
2013-01-23
Remove check for the ClientCredentials storage type because grant types that ...
Francis Chuang
1
-3
/
+1
2013-01-23
Added syntax highlighting to all php code
Arul
1
-28
/
+43
2013-01-22
Changed to LogicException.
Francis Chuang
1
-1
/
+1
2013-01-22
validateClientData in JWTBearer grant type now throws exceptions because the ...
Francis Chuang
1
-2
/
+2
2013-01-22
matching headers with spec when token is returned
Brent Shaffer
1
-1
/
+3
2013-01-22
Fixed formatting.
Francis Chuang
1
-15
/
+16
2013-01-21
Merge branch 'develop'
v0.3
Brent Shaffer
59
-299
/
+521
2013-01-21
Merge branch 'restrict_granttypes_to_post' into develop
Brent Shaffer
15
-88
/
+103
2013-01-21
ensures all tests pass for new branhc
Brent Shaffer
2
-1
/
+7
2013-01-21
addresses #32 - grant types are now HTTP POST only
Brent Shaffer
13
-87
/
+96
[prev]
[next]