summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)AuthorFilesLines
2014-02-27tests for #336 so this doesn't happen againBrent Shaffer1-0/+27
2014-02-27adds tests for JwtBearer storageBrent Shaffer3-6/+74
2014-02-27fixes #341 - additional test cases for user credentials with public clientsBrent Shaffer1-0/+34
2014-02-17Add support for non-expiring refresh tokens.Bojan Zivanovic1-3/+3
2014-02-06fixes #331 - when you set one of client or client_credentials storage explici...Brent Shaffer1-0/+42
2014-01-30last refactoring of tests provides reason the tests are failingBrent Shaffer11-51/+56
2014-01-30makes suggested improvements on @bojanz PR and adds testsBrent Shaffer1-2/+66
2014-01-30more information on skipped storage when applicableBrent Shaffer11-44/+89
2014-01-30adds Cassandra storageBrent Shaffer2-1/+77
2014-01-30Fix credentials grant type test to assert that the response code for an inval...Adam Butler1-2/+2
2014-01-30ensures tests are skipped instead of erroring out if connection to mongo or r...Brent Shaffer1-9/+36
2014-01-30removes default_scope from oauth_clients table, adds scope to setClientDetailsBrent Shaffer2-2/+3
2014-01-30massive amount of changes to scope handling - 1. Ensures client scopes are al...Brent Shaffer9-91/+40
2013-12-18ensures PHP warnings do not get thrown as a result of an invalid argument toBrent Shaffer1-0/+8
2013-12-17removes mock redis clientBrent Shaffer5-119/+54
2013-12-17renames skipped message to 'Skipped Storage', since it can be for more than oneBrent Shaffer7-14/+14
2013-12-17merges develop changesBrent Shaffer1-0/+29
2013-12-17updates comment typoBrent Shaffer1-1/+2
2013-12-17adds refresh token configuration to Server classBrent Shaffer1-0/+29
2013-12-17ensures config values are propogated to HttpBasic and ClientCredentials for n...Brent Shaffer1-1/+5
2013-12-17adds logic discussed in https://github.com/bshaffer/oauth2-server-php/pull/27...Brent Shaffer2-5/+37
2013-12-14Merge pull request #268 from F21/implement-jtiBrent Shaffer2-1/+61
2013-12-03Formatting.F211-1/+1
2013-12-02runs php-cs-fixer on everything for code standards and whitespace fixingBrent Shaffer12-7/+32
2013-11-30Implement jti for JWT Bearer tokens to prevent replay attacks.F212-1/+61
2013-11-27adds automatic setting of user_id to the ClientCredentials grantBrent Shaffer4-2/+30
2013-11-27adds setClientCredentials convenience methods for all Storage typesBrent Shaffer1-0/+19
2013-09-25refactors public key logic to be more intuitiveBrent Shaffer7-24/+95
2013-09-23cleans up server creation in tests, adds docs, makes storing the token string...Brent Shaffer1-5/+3
2013-09-23adds tests for secondary storage and cleans up JWT testsBrent Shaffer4-73/+65
2013-09-23fixes CryptoToken tests by allowing 'algorithm' config argumentBrent Shaffer2-20/+95
2013-09-21fixes storage test namesBrent Shaffer2-2/+2
2013-09-21adds support for JSON crypto tokensBrent Shaffer4-17/+112
2013-09-21fixes tests - adds null option for storage in UserCredentialsTestBrent Shaffer1-1/+1
2013-09-21refactors Storage tests - breaks them out into interface tests for each stora...Brent Shaffer9-355/+391
2013-09-08Remove unused columns in oauth_clientsdsquier1-1/+1
2013-09-08fixes #215 - makes Redis Scope Storage obey the same paradigm as PDOBrent Shaffer4-19/+70
2013-09-08fixes #228 - removes scope group - we don't want this implementation logic, c...Brent Shaffer2-15/+20
2013-09-05better support for scopes in PDOBrent Shaffer2-23/+34
2013-08-23Implement ScopeInterface for PDO, Redisdsquier3-2/+63
2013-08-12fixes unnecessary BC breaking changes made by 69ba3a2v1.0Brent Shaffer1-5/+5
2013-08-11fixes getUserCredentials by standardizing on 'user_id' for all fieldsBrent Shaffer5-18/+28
2013-07-31Add unit testing and apply fix to checkRestricted method of Redis storageTrent Petersen1-0/+1
2013-07-31Add test for storage check restricted grant typeTrent Petersen2-4/+21
2013-07-29fixes #197 - adds support for 'false' default scope in Token controllerBrent Shaffer1-1/+27
2013-07-24fixes #192 - reference errors and adds testsBrent Shaffer3-0/+20
2013-07-16fixes #191 - passes config to HttpBasicBrent Shaffer1-0/+16
2013-07-13Merge pull request #171 from davidkuridza/fix-redirect-in-authorization-flowBrent Shaffer1-1/+2
2013-07-08Added another assertion for ScopeTest.F211-0/+1
2013-07-08client_id is now passed to getDefaultScope().F212-0/+11