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-21
adds documentation for the controller layer
Brent Shaffer
6
-5
/
+47
2013-01-21
adds tests for fix to #39
Brent Shaffer
2
-0
/
+19
2013-01-21
Merge branch 'develop' of github.com:bshaffer/oauth2-server-php into develop
Brent Shaffer
7
-40
/
+135
2013-01-21
fixes #39
Brent Shaffer
1
-1
/
+1
2013-01-21
Merge pull request #37 from dsquier/develop
Brent Shaffer
1
-2
/
+2
2013-01-21
Renamed misleading variables and fixed comments.
Francis Chuang
1
-5
/
+6
2013-01-21
Added test for testing clients that do not have a JWT decoding key associated...
Francis Chuang
2
-1
/
+20
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
Merge pull request #36 from F21/master
Brent Shaffer
2
-4
/
+7
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-20
Updated README to document the JWT authorization grant type.
Francis Chuang
1
-0
/
+4
2013-01-19
Merge pull request #35 from F21/master
Brent Shaffer
6
-34
/
+126
2013-01-19
Fixed formatting.
Francis Chuang
1
-5
/
+5
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
Added doc block for getJWT() in JWTBearerTest.
Francis Chuang
1
-3
/
+4
2013-01-18
Formatted php docblocks.
Francis Chuang
1
-5
/
+6
2013-01-18
Fxied formatting.
Francis Chuang
3
-34
/
+35
2013-01-18
Updated tests for JWT brearer grant type to test for the "sub" property.
Francis Chuang
2
-4
/
+27
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
5
-2
/
+54
2013-01-18
creates Scope Util, addressess #34
Brent Shaffer
5
-107
/
+108
2013-01-18
merges PR, resolves conflicts, and resolves some formatting issues
Brent Shaffer
9
-15
/
+607
2013-01-18
Merge branch 'master' of git://github.com/F21/oauth2-server-php into F21-master
Brent Shaffer
1
-1
/
+1
2013-01-18
Fixed formatting to psr-2 standards.
Francis Chuang
1
-1
/
+1
2013-01-18
resolves php fatal error - interface was extending the wrong class
Brent Shaffer
1
-1
/
+1
2013-01-18
Merge branch 'master' of git://github.com/F21/oauth2-server-php into F21-master
Brent Shaffer
4
-12
/
+28
2013-01-18
addresses #26 - adding newlines to the end of every file
Brent Shaffer
45
-45
/
+41
2013-01-18
addresses #26 - PSR2 standards fixes
Brent Shaffer
6
-9
/
+11
2013-01-18
Fixed formatting.
Francis Chuang
1
-2
/
+1
2013-01-18
Converted OAuth2_Util_JWT to non static and updated JWTBearer grant type and ...
Francis Chuang
3
-10
/
+20
2013-01-18
addresses #26 - fixes name of ResponseType_AuthorizationCodeInterface
Brent Shaffer
2
-2
/
+2
2013-01-18
Merge branch 'develop' of github.com:bshaffer/oauth2-server-php into develop
Brent Shaffer
1
-12
/
+12
2013-01-18
Updated formatting to compile with psr-2.
Francis Chuang
1
-2
/
+2
2013-01-18
Added doc block for JWT generator in the JWT test to explain the parameters.
Francis Chuang
1
-0
/
+7
2013-01-17
Merge branch 'master' of git://github.com/F21/oauth2-server-php into F21-master
Brent Shaffer
9
-18
/
+594
2013-01-17
Merge pull request #30 from KodoArkivo/develop
Brent Shaffer
1
-12
/
+12
2013-01-17
Replaced SQL sprintf's with data bindings to allow use with Postgresql PDO ba...
KodoArkivo
1
-12
/
+12
2013-01-16
Created JWT library for decoding, encoding and verifying JWTs.
Francis Chuang
1
-0
/
+114
2013-01-16
Created tests for JWT bearer authorization grant.
Francis Chuang
2
-0
/
+196
2013-01-16
Updated storage drivers to support JWT bearer authorization grant.
Francis Chuang
2
-4
/
+22
2013-01-16
Implemented ClientAssertionTypeInterface as per bshaffer's suggestion and upd...
Francis Chuang
2
-14
/
+39
2013-01-16
Implemented JWT bearer authorization grant.
Francis Chuang
2
-0
/
+223
2013-01-14
Merge branch 'master' into develop
Brent Shaffer
1
-4
/
+4
2013-01-14
Merge branch 'master' of github.com:bshaffer/oauth2-server-php
Brent Shaffer
1
-4
/
+4
2013-01-14
Merge pull request #23 from damz/topic/typos
Brent Shaffer
1
-4
/
+4
[prev]
[next]