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
2013-01-27
Update src/OAuth2/Autoloader.php
sbonami
1
-1
/
+1
2013-01-26
resolves conflicts from merging - not sure why these conflicts occurred
Brent Shaffer
3
-13
/
+17
2013-01-26
fixes #47 - enforces post on all grant types, updates tests for this
Brent Shaffer
2
-2
/
+7
2013-01-26
Changed constant OPENSSL_ALGO_SHA256 to string 'sha256' to maintain backwards...
Francis Chuang
1
-2
/
+2
2013-01-26
adds support for application/json contentTypes
Brent Shaffer
1
-0
/
+5
2013-01-26
Removed setJWT() as it does not provide any useful functionality and added va...
Francis Chuang
1
-10
/
+6
2013-01-26
JWT grant type should take all parameters using POST, not GET.
Francis Chuang
1
-3
/
+3
2013-01-26
Updated creating an instance of the GrantedController to not force the client...
Francis Chuang
1
-1
/
+1
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
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
Renamed misleading variables and fixed comments.
Francis Chuang
1
-5
/
+6
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
Updated getAccessTokenData to accept a request (OAuth2_RequestInterface) so t...
Francis Chuang
3
-11
/
+15
2013-01-24
Merge pull request #38 from F21/master
Brent Shaffer
4
-42
/
+63
2013-01-24
Changed constant OPENSSL_ALGO_SHA256 to string 'sha256' to maintain backwards...
Francis Chuang
1
-2
/
+2
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
Removed setJWT() as it does not provide any useful functionality and added va...
Francis Chuang
1
-10
/
+6
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-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-21
addresses #32 - grant types are now HTTP POST only
Brent Shaffer
8
-12
/
+19
2013-01-21
adds documentation for the controller layer
Brent Shaffer
6
-5
/
+47
2013-01-21
Merge branch 'develop' of github.com:bshaffer/oauth2-server-php into develop
Brent Shaffer
4
-31
/
+98
2013-01-21
fixes #39
Brent Shaffer
1
-1
/
+1
2013-01-21
Renamed misleading variables and fixed comments.
Francis Chuang
1
-5
/
+6
2013-01-21
Formatting.
Francis Chuang
1
-1
/
+1
2013-01-21
Fixed bug in JWTBearer Grant Type where the decoding key for the JWT is not i...
Francis Chuang
3
-22
/
+48
2013-01-21
Fix for expireAuthorizationCode() in Pdo.php
David Squier
1
-1
/
+1
2013-01-21
Fix for getRefreshToken() in Pdo.php
David Squier
1
-1
/
+1
2013-01-20
Updated documentation for JWTBearerInterface.
Francis Chuang
1
-3
/
+2
2013-01-20
JWTBearer storage interface does not need to extend the ClientInterface.
Francis Chuang
1
-1
/
+1
2013-01-18
Fixed casing of PHP keywords.
Francis Chuang
1
-1
/
+1
2013-01-18
Fixed casing of null in a few files.
Francis Chuang
3
-7
/
+7
2013-01-18
Formatted php docblocks.
Francis Chuang
1
-5
/
+6
2013-01-18
Fxied formatting.
Francis Chuang
2
-17
/
+18
2013-01-18
Updated documentation for JWTBearer grant type and also updated JWTBearer gra...
Francis Chuang
4
-19
/
+85
2013-01-18
fixes #21 - adds 'expireAccessToken' to access token storage interface
Brent Shaffer
4
-2
/
+32
2013-01-18
creates Scope Util, addressess #34
Brent Shaffer
5
-107
/
+108
[prev]
[next]