summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-03-19Expand the TokenController test to check for the presence of the id_token.Bojan Zivanovic2-1/+3
2014-03-19Fix the response type tests broken by last commit.Bojan Zivanovic2-4/+2
2014-03-19Remove the id_token storage, store the id_token with the authorization code w...Bojan Zivanovic16-108/+46
2014-03-19Add tests for the Authorize Controller.Bojan Zivanovic1-0/+47
2014-03-19Fix id_token generation when allow_implicit is FALSE.Bojan Zivanovic1-5/+5
2014-03-19Pass the issuer to the id_token response type.Bojan Zivanovic1-1/+1
2014-03-19Add urlSafeB64Encode and urlSafeB64Decode to the EncryptionInterface.Bojan Zivanovic1-0/+2
2014-03-19Add an empty TokenIdTokenInterface. Should fix the tests.Bojan Zivanovic3-2/+9
2014-03-19Initial reimplementation (storage, response types).Bojan Zivanovic10-133/+327
2014-03-19iteration of jsacksick's openid PRBrent Shaffer9-61/+235
2014-03-19Open ID connect implementation: initial commit.jsacksick6-1/+121
2014-03-11Merge pull request #346 from simshaun/fix-open-basedirBrent Shaffer1-1/+1
2014-03-11Silence open_basedir error on file_existsShaun Simmons1-1/+1
2014-02-27fixes #233 - allows token in methods where the request body is allowedBrent Shaffer2-4/+4
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.3v1.3Brent Shaffer1-0/+13
2014-02-27changelog for v1.3Brent Shaffer1-0/+13
2014-02-27Merge pull request #325 from bshaffer/developBrent Shaffer55-336/+1320
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