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