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-12-14
Merge pull request #268 from F21/implement-jti
Brent Shaffer
6
-2
/
+137
2013-12-03
Formatting.
F21
3
-1
/
+6
2013-12-02
Merge branch 'develop' of https://github.com/bshaffer/oauth2-server-php into ...
Brent Shaffer
1
-1
/
+1
2013-12-02
runs php-cs-fixer on everything for code standards and whitespace fixing
Brent Shaffer
24
-18
/
+109
2013-12-01
If jti is expires, null is returned.
F21
1
-0
/
+1
2013-12-01
Add stubs for Mongo and Redis driver.
F21
2
-2
/
+21
2013-12-01
Formatting.
F21
1
-1
/
+0
2013-11-30
Formatting.
F21
1
-1
/
+1
2013-11-30
Implement jti for JWT Bearer tokens to prevent replay attacks.
F21
4
-2
/
+112
2013-11-29
Removing unused argument to getAccessTokenData
Ryan Weaver
1
-1
/
+1
2013-11-27
removes php 5.4-specific code
Brent Shaffer
1
-2
/
+2
2013-11-27
adds automatic setting of user_id to the ClientCredentials grant
Brent Shaffer
6
-12
/
+31
2013-11-27
adds setClientCredentials convenience methods for all Storage types
Brent Shaffer
3
-11
/
+43
2013-11-01
adds setClientDetails convenience method
Brent Shaffer
1
-0
/
+11
2013-10-31
Merge pull request #247 from fitndev/develop
Brent Shaffer
1
-1
/
+1
2013-10-27
Removing Laravel specific commit and moving to seperate branch
root
1
-1
/
+14
2013-10-16
Fixing CryptoToken refresh token lifetime
redwormik
1
-1
/
+1
2013-10-15
Unfortunately PHP does not allow for more than one call to fopen(php://input)...
root
1
-14
/
+1
2013-09-28
Bearer token type was "bearer", however header expected "Bearer". This preven...
root
1
-1
/
+1
2013-09-25
refactors public key logic to be more intuitive
Brent Shaffer
6
-57
/
+156
2013-09-24
separates CryptoToken storage from AccessToken storage in CryptoTokenInterface
Brent Shaffer
3
-9
/
+12
2013-09-24
adds user_id to access token
Brent Shaffer
1
-0
/
+1
2013-09-23
cleans up server creation in tests, adds docs, makes storing the token string...
Brent Shaffer
2
-3
/
+30
2013-09-23
adds tests for secondary storage and cleans up JWT tests
Brent Shaffer
2
-10
/
+12
2013-09-23
fixes CryptoToken tests by allowing 'algorithm' config argument
Brent Shaffer
2
-6
/
+10
2013-09-21
adds support for JSON crypto tokens
Brent Shaffer
5
-1
/
+162
2013-09-21
defines protected property on OAuth2\ResponseType\AccessToken
Brent Shaffer
1
-0
/
+1
2013-09-20
More detailed implementation info
Julien Chaumond
1
-2
/
+6
2013-09-08
fixes #215 - makes Redis Scope Storage obey the same paradigm as PDO
Brent Shaffer
1
-11
/
+10
2013-09-08
fixes #228 - removes scope group - we don't want this implementation logic, c...
Brent Shaffer
1
-16
/
+8
2013-09-07
fixes #227 - squelches open basedir restriction error
Brent Shaffer
1
-1
/
+1
2013-09-05
Merge branch 'develop' of https://github.com/bshaffer/oauth2-server-php into ...
Brent Shaffer
1
-0
/
+3
2013-09-05
better support for scopes in PDO
Brent Shaffer
1
-10
/
+22
2013-09-03
Merge pull request #223 from svycka/patch-1
Brent Shaffer
1
-0
/
+3
2013-09-03
fixes #224 - makes and protected properties
Brent Shaffer
1
-2
/
+7
2013-09-02
Updated docblocks for RefreshTokenInterface.php
Vytautas Stankus
1
-0
/
+3
2013-08-23
Implement ScopeInterface for PDO, Redis
dsquier
2
-2
/
+51
2013-08-12
fixes unnecessary BC breaking changes made by 69ba3a2
v1.0
Brent Shaffer
3
-22
/
+37
2013-08-11
fixes getUserCredentials by standardizing on 'user_id' for all fields
Brent Shaffer
4
-35
/
+67
2013-08-11
Merge pull request #203 from ademarre/201-configure-redir-code
Brent Shaffer
1
-10
/
+12
2013-08-11
Merge branch 'develop' of https://github.com/bshaffer/oauth2-server-php into ...
Brent Shaffer
3
-3
/
+7
2013-08-11
fixes #205 - ensures unnecessary ? is not set when query is empty
Brent Shaffer
1
-1
/
+1
2013-08-04
Fixed call to LogicException
Bartosz GaĆuszka
1
-1
/
+1
2013-08-01
Add redirect_status_code config param for AuthorizeController
Andre DeMarre
1
-10
/
+12
2013-07-31
Add unit testing and apply fix to checkRestricted method of Redis storage
Trent Petersen
1
-1
/
+3
2013-07-31
Merge branch 'develop' of https://github.com/bshaffer/oauth2-server-php into ...
Trent Petersen
1
-1
/
+8
2013-07-31
Add explode to checkRestrictedGrant in PDO Storage
Trent Petersen
1
-1
/
+3
2013-07-29
fixes #197 - adds support for 'false' default scope in Token controller
Brent Shaffer
1
-1
/
+8
2013-07-24
fixes #192 - reference errors and adds tests
Brent Shaffer
3
-3
/
+5
2013-07-24
fix undefined classes.
Yuichi Shiwaku
6
-8
/
+8
[prev]
[next]