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
2017-12-01
Callable for customizing JWT payload (#804)
develop
Andrey Filippov
2
-2
/
+19
2017-09-26
adds php 7.2 to travis (#873)
Brent Shaffer
1
-1
/
+1
2017-09-19
Fix count() error on PHP 7.2 (#872)
Tom Mettam
1
-1
/
+1
2017-09-15
Fix PHPDoc (#851)
Maxime Ailloud
4
-8
/
+8
2017-09-14
use random_bytes if available (#834)
oittaa
2
-2
/
+10
2017-05-04
Fix CORS issue for revoking and requesting an access token (#829)
Oleg Kuzava
1
-5
/
+17
2017-05-01
PHPDoc improvements and type hinting of variables. (#828)
Brent Shaffer
53
-478
/
+1903
2017-02-02
could not resist to simplify constructor
Vytautas Stankus
1
-15
/
+2
2017-02-02
removed unused class attribute
Vytautas Stankus
1
-2
/
+0
2017-01-11
changed method name to more accurate createPayload
Vytautas Stankus
1
-2
/
+2
2017-01-10
added protected generatePayload() method to allow easier customization of jwt...
Vytautas Stankus
1
-17
/
+24
2017-01-07
Add mongo db (#790)
Brent Shaffer
2
-0
/
+433
2016-12-23
Use OpenSSL random method before attempting Mcrypt's. (#773)
Đào Hoàng Sơn
2
-7
/
+7
2016-12-23
no access token supplied to resource controller results in emptry request bod...
Brent Shaffer
1
-1
/
+1
2016-12-23
Fix doc comments and double quoted strings (#762)
Tymoteusz Motylewski
4
-36
/
+105
2016-12-23
Fix "redirect_uri_mismatch" for URIs with encoded characters (#776)
Mathieu Rochette
1
-1
/
+1
2016-12-23
RFC6750 compatibility (#784)
Piotr G
1
-1
/
+1
2016-11-16
Remove extra semicolon (#781)
hongjinlin
1
-1
/
+1
2016-07-27
Issue 725 (#729)
Brent Shaffer
7
-17
/
+50
2016-07-15
Fix UserClaims for CodeIdToken (#749)
Brent Shaffer
1
-2
/
+2
2016-06-08
Add missing array_merge() parameter
Steve
1
-1
/
+1
2016-01-12
fix: Token Response's Content-Type to application/json
Ken Morishita
2
-2
/
+6
2016-01-12
Fix for #663 and Test case
Maks
1
-1
/
+6
2016-01-11
Merge pull request #672 from ashiina/hash_password
Brent Shaffer
3
-6
/
+24
2015-12-08
Merge pull request #673 from afilippov1985/Fix-typo-in-PDO-storage-DDL
Brent Shaffer
1
-1
/
+1
2015-11-19
Fix typo in PDO storage DDL
Andrey Filippov
1
-1
/
+1
2015-11-18
Pdo,DynamoDB,Cassandra: Implemented method to change the password hashing alg...
ashiina@mac-local
3
-6
/
+24
2015-11-17
Bug in client's scope restriction
afilippov1985
1
-2
/
+2
2015-10-07
add isPublicClient tests and fixes resulting bugs
Brent Shaffer
2
-6
/
+11
2015-10-06
fix bug in isPublicClient of Cassandra-Storage
Tobias Gassmann
1
-1
/
+1
2015-09-24
Allow null for client_secret
Wilt
1
-1
/
+1
2015-09-04
Passing variables on MongoDB insert
Jochen Niebuhr
1
-42
/
+37
2015-08-27
resolves conflicts for firebase encryption class
Brent Shaffer
1
-0
/
+47
2015-08-26
Added support for revoking tokens
Patrick Hindmarsh
12
-0
/
+181
2015-07-14
Remove extra semicolon
Adrien Crivelli
1
-1
/
+1
2015-05-26
Fixes issue where full product page is ajaxed into a product detail page. Pro...
Q
1
-1
/
+1
2015-05-21
Merge pull request #593 from bshaffer/php-cs-fixer
Brent Shaffer
7
-14
/
+10
2015-05-21
fixes #591 - adds jti
Brent Shaffer
1
-1
/
+3
2015-05-21
runs php-cs-fixer
Brent Shaffer
7
-14
/
+10
2015-05-11
Merge pull request #583 from bshaffer/issue-574
Brent Shaffer
1
-6
/
+6
2015-05-10
Added FirebaseJwt bridge to allow firebase/php-jwt to be used.
F21
1
-0
/
+47
2015-05-09
fixes #547 - ensures Grant Type identifier is passed to tokencontroller
Brent Shaffer
1
-6
/
+6
2015-05-05
fixes BC issue from #571
Brent Shaffer
1
-0
/
+8
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
[next]