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
/
test
/
config
Age
Commit message (
Expand
)
Author
Files
Lines
2016-12-23
Fix "redirect_uri_mismatch" for URIs with encoded characters (#776)
Mathieu Rochette
1
-0
/
+7
2016-01-12
Fix for #663 and Test case
Maks
1
-0
/
+4
2014-07-09
fixes #354 - bundles PDO SQL with the library
Brent Shaffer
1
-1
/
+1
2014-03-19
Adds tests for OpenID storages and grant types
Brent Shaffer
1
-0
/
+7
2014-03-19
OPENID-CONNECT - fixes old tests, adds tests and makes them pass, moves UserC...
Brent Shaffer
1
-1
/
+6
2014-03-19
Add a UserInfo controller for the UserInfo endpoint.
Bojan Zivanovic
1
-0
/
+7
2014-03-19
Expand the TokenController test to check for the presence of the id_token.
Bojan Zivanovic
1
-1
/
+2
2014-02-27
adds tests for JwtBearer storage
Brent Shaffer
1
-0
/
+4
2014-02-17
Add support for non-expiring refresh tokens.
Bojan Zivanovic
1
-3
/
+3
2014-01-30
massive amount of changes to scope handling - 1. Ensures client scopes are al...
Brent Shaffer
1
-8
/
+3
2013-12-17
adds logic discussed in https://github.com/bshaffer/oauth2-server-php/pull/27...
Brent Shaffer
1
-0
/
+7
2013-11-30
Implement jti for JWT Bearer tokens to prevent replay attacks.
F21
1
-0
/
+9
2013-11-27
adds automatic setting of user_id to the ClientCredentials grant
Brent Shaffer
1
-0
/
+4
2013-09-25
refactors public key logic to be more intuitive
Brent Shaffer
3
-1
/
+32
2013-09-21
adds support for JSON crypto tokens
Brent Shaffer
1
-17
/
+21
2013-09-08
fixes #215 - makes Redis Scope Storage obey the same paradigm as PDO
Brent Shaffer
1
-1
/
+5
2013-08-11
fixes getUserCredentials by standardizing on 'user_id' for all fields
Brent Shaffer
1
-7
/
+16
2013-07-08
client_id is now passed to getDefaultScope().
F21
1
-0
/
+4
2013-06-01
fixes #134 - allows for client_secret to be empty in post body if the client ...
Brent Shaffer
1
-0
/
+9
2013-05-28
cleans up redirect URI validation
Brent Shaffer
1
-1
/
+5
2013-05-25
fixes #137 - allows for multiple request_uris and adds tests for this
Brent Shaffer
1
-0
/
+4
2013-05-21
fixes hardcoded error message in TokenController, adds test coverage for erro...
Brent Shaffer
1
-0
/
+3
2013-05-13
TokenController now passes clientId into scopeExists(). Tests have been
F21
1
-0
/
+4
2013-05-09
fixes fatal error and adds test to catch it next time
Brent Shaffer
1
-0
/
+6
2013-05-05
refactors scope validation and adds scope testing for all grant types
Brent Shaffer
1
-7
/
+21
2013-01-26
Updated JWT bearer tests so that PHP 5.2 uses just the SHA-256 algorithm sinc...
Francis Chuang
1
-0
/
+10
2013-01-26
Updated test public/private keys to correct format to prevent "openssl_sign()...
Francis Chuang
1
-1
/
+1
2013-01-26
Added test for testing clients that do not have a JWT decoding key associated...
Francis Chuang
1
-0
/
+5
2013-01-21
adds tests for fix to #39
Brent Shaffer
1
-0
/
+4
2013-01-18
Updated tests for JWT brearer grant type to test for the "sub" property.
Francis Chuang
1
-1
/
+4
2013-01-16
Created tests for JWT bearer authorization grant.
Francis Chuang
1
-0
/
+4
2012-10-13
adds test coverage for recently added changes
Brent Shaffer
1
-2
/
+2
2012-10-09
addition of Access test, shuffles other tests for better naming. Fixes serve...
Brent Shaffer
1
-0
/
+19
2012-10-03
adds refresh token functionality, adds tests, adds ResponseProviderInterface ...
Brent Shaffer
1
-0
/
+9
2012-10-02
Adds tests for UserCredentials, adds interface for objects returning an OAuth...
Brent Shaffer
1
-0
/
+3
2012-10-01
refactoring of the server model
Brent Shaffer
1
-0
/
+16