summaryrefslogtreecommitdiff
path: root/test/config/storage.json
AgeCommit message (Collapse)AuthorFilesLines
2013-06-01fixes #134 - allows for client_secret to be empty in post body if the client ↵Brent Shaffer1-0/+9
secret is an empty string
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 ↵Brent Shaffer1-0/+3
error case
2013-05-13TokenController now passes clientId into scopeExists(). Tests have beenF211-0/+4
added for this.
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 ↵Francis Chuang1-0/+10
since openssl is not avaliable for PHP 5.2 on travis-ci.
2013-01-26Updated test public/private keys to correct format to prevent ↵Francis Chuang1-1/+1
"openssl_sign(): supplied key param cannot be coerced into a private key".
2013-01-26Added test for testing clients that do not have a JWT decoding key ↵Francis Chuang1-0/+5
associated with it.
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 ↵Brent Shaffer1-0/+19
server object accordingly
2012-10-03adds refresh token functionality, adds tests, adds ResponseProviderInterface ↵Brent Shaffer1-0/+9
to identify classes which return OAuth2 responses
2012-10-02Adds tests for UserCredentials, adds interface for objects returning an ↵Brent Shaffer1-0/+3
OAuth2_Request object
2012-10-01refactoring of the server modelBrent Shaffer1-0/+16