summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-02-27fixes #189 - possible reason for errors when using sqlite storage - now you c...Brent Shaffer2-1/+45
2014-02-27minor changelog updates - calls out BC breaking changeBrent Shaffer1-2/+3
2014-02-27changelog for v1.3Brent Shaffer1-0/+13
2014-02-27tests for #336 so this doesn't happen againBrent Shaffer1-0/+27
2014-02-27Merge pull request #336 from ruimarinho/patch-1Brent Shaffer1-1/+1
2014-02-27adds tests for JwtBearer storageBrent Shaffer6-10/+101
2014-02-27fixes #341 - additional test cases for user credentials with public clientsBrent Shaffer1-0/+34
2014-02-19Fixed Redis delete commandRui Marinho1-1/+1
2014-02-18Merge pull request #333 from lgelfan/developBrent Shaffer1-1/+1
2014-02-18Merge pull request #335 from bojanz/refresh-tokensBrent Shaffer5-12/+20
2014-02-17Add docs to storage.Bojan Zivanovic1-6/+6
2014-02-17Add support for non-expiring refresh tokens.Bojan Zivanovic4-6/+14
2014-02-08update Storage/Pdolars gelfan1-1/+1
2014-02-06fixes #331 - when you set one of client or client_credentials storage explici...Brent Shaffer2-0/+53
2014-02-02adds number of downloads to READMEBrent Shaffer1-0/+2
2014-01-30Merge branch 'develop' of https://github.com/bshaffer/oauth2-server-php into ...Brent Shaffer0-0/+0
2014-01-30last refactoring of tests provides reason the tests are failingBrent Shaffer12-61/+66
2014-01-30adds 'suggest' to composer, adds better docs to cassandraBrent Shaffer2-2/+16
2014-01-30Pass client_id to getDefaultScope().F218-17/+20
2014-01-30ensures that access_token storage is CryptoToken, even if defaults are set ot...Brent Shaffer3-5/+21
2014-01-30makes suggested improvements on @bojanz PR and adds testsBrent Shaffer2-42/+138
2014-01-30Add createDefaultCryptoTokenStorage().Bojan Zivanovic1-8/+15
2014-01-30Add store_encrypted_token_string to the default config array.Bojan Zivanovic1-0/+1
2014-01-30Refactor getAccessTokenResponseType().Bojan Zivanovic1-13/+23
2014-01-30Move crypto token storage initializing to the server constructor.Bojan Zivanovic1-8/+9
2014-01-30Initial commit.Bojan Zivanovic1-9/+36
2014-01-30more information on skipped storage when applicableBrent Shaffer12-45/+90
2014-01-30adds Cassandra storageBrent Shaffer5-1/+423
2014-01-30fixes lack of namespaces in commentsBrent Shaffer17-31/+31
2014-01-30Fix credentials grant type test to assert that the response code for an inval...Adam Butler1-2/+2
2014-01-30Fix the response code for user credentials grant typeAdam Butler1-1/+1
2014-01-30ensures tests are skipped instead of erroring out if connection to mongo or r...Brent Shaffer1-9/+36
2014-01-30beefs up documentation for grant typ econstructorsBrent Shaffer5-0/+46
2014-01-30removes default_scope from oauth_clients table, adds scope to setClientDetailsBrent Shaffer6-10/+14
2014-01-30massive amount of changes to scope handling - 1. Ensures client scopes are al...Brent Shaffer22-187/+232
2014-01-30Merge pull request #324 from bshaffer/last-test-refactorBrent Shaffer12-61/+66
2014-01-30last refactoring of tests provides reason the tests are failingBrent Shaffer12-61/+66
2014-01-30adds 'suggest' to composer, adds better docs to cassandraBrent Shaffer2-2/+16
2014-01-26Merge pull request #320 from F21/parameters-for-scopesBrent Shaffer8-17/+20
2014-01-26Pass client_id to getDefaultScope().F218-17/+20
2014-01-23Merge pull request #318 from bshaffer/bojanz-improve-crypto-token-dxBrent Shaffer4-9/+167
2014-01-23ensures that access_token storage is CryptoToken, even if defaults are set ot...Brent Shaffer3-5/+21
2014-01-23makes suggested improvements on @bojanz PR and adds testsBrent Shaffer2-42/+138
2014-01-22Add createDefaultCryptoTokenStorage().Bojan Zivanovic1-8/+15
2014-01-22Add store_encrypted_token_string to the default config array.Bojan Zivanovic1-0/+1
2014-01-22Refactor getAccessTokenResponseType().Bojan Zivanovic1-13/+23
2014-01-22Move crypto token storage initializing to the server constructor.Bojan Zivanovic1-8/+9
2014-01-22Initial commit.Bojan Zivanovic1-9/+36
2014-01-19Merge pull request #313 from bshaffer/more-information-on-skipped-storagesBrent Shaffer12-45/+90
2014-01-18more information on skipped storage when applicableBrent Shaffer12-45/+90