Commit Graph

202 Commits

Author SHA1 Message Date
Alex Bilbie c40a10a071 Applied fixes from StyleCI 2016-03-10 12:40:28 -05:00
Alex Bilbie f7f3cdee24 Use client->setName method 2016-03-10 17:34:36 +00:00
Alex Bilbie c490cd4ef2 Added middleware tests 2016-03-10 17:22:48 +00:00
Alex Bilbie a716a08be6 Completed stub response 2016-03-10 17:22:38 +00:00
Alex Bilbie 8f0cb0e78c Updated server test 2016-03-10 16:34:32 +00:00
Alex Bilbie fb1fa71b5d Improved BearerResponseType test 2016-03-10 16:34:21 +00:00
Alex Bilbie 0216638903 Added BearerResponseType test 2016-03-10 15:50:17 +00:00
Alex Bilbie 721a31534e Added implicit grant test 2016-03-10 15:10:08 +00:00
Alex Bilbie 997d390f3d Applied fixes from StyleCI 2016-02-22 03:00:50 -05:00
Alex Bilbie d02437dd73 Improved testing 2016-02-21 18:13:39 +00:00
Alex Bilbie 9675dff220 Added AuthCodeGrant tests 2016-02-21 17:08:57 +00:00
Alex Bilbie bc82f5badd Improved RefreshTokenGrant tests 2016-02-21 16:40:16 +00:00
Alex Bilbie a4b65241ad Updated PasswordGrant test 2016-02-21 16:09:39 +00:00
Alex Bilbie 8b601d79b9 First commit of AuthCodeGrant test 2016-02-21 14:32:27 +00:00
Alex Bilbie a2460886f6 Applied fixes from StyleCI 2016-02-19 18:09:39 -05:00
Julián Gutiérrez a644eacea7 Merge branch 'V5-WIP' into move_identifier_generation 2016-02-18 18:14:59 +01:00
Alex Bilbie 13baa0bb26 Updated tests 2016-02-18 12:07:50 +00:00
Alex Bilbie ad5b242d10 Updated AbstractGrantTest 2016-02-18 11:36:20 +00:00
Alex Bilbie 73cd377c4b Added client credentials grant test 2016-02-18 10:49:13 +00:00
Alex Bilbie e808528cc8 Added test stubs 2016-02-18 10:47:59 +00:00
Alex Bilbie fb77a78fb3 Added Password Grant test 2016-02-18 10:47:52 +00:00
Alex Bilbie 0d8cb0d06f Fixes for RefreshTokenGrant 2016-02-18 10:47:30 +00:00
Julián Gutiérrez 5d6634aa9f Merge branch 'V5-WIP' into move_identifier_generation 2016-02-13 14:11:38 +01:00
Alex Bilbie de13e14cdd Added test/Utils 2016-02-12 18:08:13 +00:00
Alex Bilbie 08ad67e401 Updated phpunit tests 2016-02-12 17:53:07 +00:00
Alex Bilbie 21e2ccd0fb Removed codeception 2016-02-12 17:51:10 +00:00
Alex Bilbie 9a8b7ec898 Removed old codecept tests 2016-02-12 17:46:30 +00:00
Alex Bilbie 64d4c4a38a Removed old tests 2016-02-12 15:44:34 +00:00
Alex Bilbie 18b104d0ac Run codecept build to generate test files 2015-04-06 08:34:50 +01:00
Alex Bilbie 775d42115a More client credentials test 2015-04-05 18:18:09 +01:00
Alex Bilbie f3705865a3 Ignore codeception output 2015-04-05 18:17:36 +01:00
Alex Bilbie 7a3670523d First commit of Codeception files 2015-04-05 17:05:49 +01:00
Alex Bilbie 7c57310b67 Removed old fuzz tests 2015-04-04 15:41:31 +01:00
Alex Bilbie b727be55a2 Merge branch 'master' of https://github.com/Symplicity/oauth2-server into Symplicity-master 2014-12-27 22:57:08 +00:00
Alex Bilbie 707c85b0d6 Fixes and tests 2014-12-27 22:26:31 +00:00
Dave Walker 851c7c0eb1 Per the spec:
The authorization server MAY issue a new refresh token, in which case
   the client MUST discard the old refresh token and replace it with the
   new refresh token.  The authorization server MAY revoke the old
   refresh token after issuing a new refresh token to the client.  If a
   new refresh token is issued, the refresh token scope MUST be
   identical to that of the refresh token included by the client in the
   request.

This commit allows users to specifiy the time before the Refresh Token
expire time to issue a new Refresh Token.

alter method names, naming convention(?)
2014-12-21 18:51:52 -05:00
Graham Campbell a1726903b5 CS fixes 2014-12-10 13:10:35 +00:00
Alex Bilbie f8b61b47b9 Ensure Refresh Token Entity hasn't expired 2014-12-03 23:22:14 +00:00
Alex Bilbie f83e5a8731 Learnt how to spell delimiter 2014-11-20 23:52:29 +00:00
Graham Campbell 4c1cd04a24 CS fixes 2014-11-08 18:26:12 +00:00
Alex Bilbie 583c21e7db Updated unit tests 2014-11-08 17:16:17 +00:00
Alex Bilbie 7dc5a8090f Remove old test 2014-11-08 17:03:20 +00:00
Alex Bilbie b9debaab26 Fix #231 2014-11-08 16:44:39 +00:00
Alex Bilbie 856051bfb3 Fix #232 2014-11-08 16:20:13 +00:00
Alex Bilbie 3815355489 Removed generic getStorage method and replaced with distinct calls to getters 2014-11-07 02:20:06 +00:00
Alex Bilbie db7c42cc91 Fixed broken tests 2014-11-07 00:55:38 +00:00
Alex Bilbie fbf1535db1 Renamed Adapter to AbstractStorage because it isn't actually an adapter 2014-11-07 00:45:25 +00:00
Alex Bilbie 136edf16c5 Fix #213 2014-09-30 23:55:21 +01:00
pulkit 1ff3d1adda support grant specific access token ttl 2014-09-11 13:58:01 +01:00
Alex Bilbie d32cea1988 Removed tests that had crept in 2014-08-16 10:53:32 +02:00