mortenhauberg
60bd334b46
Changed "paremter" to "parameter"
2014-12-16 19:04:03 +01:00
Alex Bilbie
7398bee59e
Version bump
2014-12-15 17:34:38 +00:00
Alex Bilbie
40420f27ed
Merge pull request #282 from maknz/master
...
Prevent duplicate session in auth code grant
2014-12-15 16:27:02 +00:00
Regan
d32bfaa757
Prevent duplicate session in auth code grant
...
The session already exists in the database, so we don't need to save it again. Doing so results in the session used for the auth code hanging around in the database with nothing associated to it, while the access token is associated to a new session caused by the `save()` method creating a duplicate. Fixes #266 .
2014-12-15 15:09:36 +13:00
Daniel Tse
2653a174bb
Update init.php
2014-12-12 10:25:52 -07:00
Daniel Tse
676fb4c06a
Fix column declarations and references so that foreign keys and references work.
2014-12-11 15:50:42 -07:00
Alex Bilbie
7f815275d6
Fixes for .travis.yml
2014-12-11 14:25:35 +00:00
Alex Bilbie
a056e2fe03
Adding coverage to ghpages
2014-12-11 14:20:53 +00:00
Alex Bilbie
48d9fde133
Merge pull request #277 from GrahamCampbell/patch-1
...
Removed an extra new line
2014-12-10 15:19:50 +00:00
Graham Campbell
a12786cbd5
Removed an extra new line
2014-12-10 15:18:49 +00:00
Alex Bilbie
164cc6ddb9
Merge pull request #269 from Hywan/fix_example_api
...
Fix bad accesses and bad arguments
2014-12-10 15:13:10 +00:00
Alex Bilbie
27f51d33e1
Merge pull request #271 from inverse/example-fix
...
Example fix
2014-12-10 15:12:40 +00:00
Alex Bilbie
2108c88dfb
Merge pull request #276 from GrahamCampbell/cs
...
CS Fixes
2014-12-10 15:12:16 +00:00
Graham Campbell
a1726903b5
CS fixes
2014-12-10 13:10:35 +00:00
Alex Bilbie
8075190e0c
Merge pull request #275 from Hywan/cs
...
Fix API CS.
2014-12-10 09:58:06 +00:00
Ivan Enderlin
3b176fe220
Fix API CS.
2014-12-09 14:40:39 +01:00
Ivan Enderlin
986dc59627
The create
method returns void.
2014-12-09 14:40:39 +01:00
Ivan Enderlin
0878897969
Fix API CS.
2014-12-09 14:15:36 +01:00
Alex Bilbie
0ce7ecb45a
Merge pull request #273 from sarciszewski/patch-1
...
Make Util/KeyAlgorithm/DefaultAlgorithm guarantee $len bytes of output even in edge cases.
2014-12-09 12:53:04 +00:00
Scott Arciszewski
7a63f42462
Update DefaultAlgorithm.php
...
Prevent edge-case whereby, if the majority of `base64_encode($bytes)` consists of `/` or `+` characters, the resulting key will be shorter and less unpredictable (due to a smaller keyspace) than anticipated.
As a result, the `$len * 2` hack has been removed. Although it is highly probable that `$len * 2` will stop most edge cases from occurring, it does not actually guarantee the end result will be at least 40 characters long.
2014-12-08 18:40:31 -05:00
Malachi Soord
774341c346
Fixed tokeninfo
2014-12-05 18:24:24 +01:00
Malachi Soord
c8983b35a0
Fixed example API hasScope reference
2014-12-05 18:12:19 +01:00
Alex Bilbie
edaccab04b
Changelog update
2014-12-03 23:25:45 +00:00
Alex Bilbie
f8b61b47b9
Ensure Refresh Token Entity hasn't expired
2014-12-03 23:22:14 +00:00
Alex Bilbie
b8331d12e4
Syntax improvements
2014-12-03 23:21:54 +00:00
Alex Bilbie
92404ab2bf
Merge branch 'master' of github.com:thephpleague/oauth2-server
2014-12-03 22:56:05 +00:00
Ivan Enderlin
3b17872f10
Fix bad accesses and bad arguments.
2014-12-02 11:54:45 +01:00
Alex Bilbie
8cfa3dcdad
Changelog update
2014-12-02 10:45:18 +00:00
Alex Bilbie
9ec1380889
Merge pull request #268 from Hywan/fix_example_storage_authcode
...
Do not forget to set the expire time
2014-12-02 10:37:05 +00:00
Ivan Enderlin
2af7195f06
Do not forget to set the expire time.
2014-12-02 11:28:55 +01:00
Alex Bilbie
8c6fd6c05a
Merge pull request #267 from Hywan/fix_examples
...
Fix bad type hintings
2014-12-02 10:05:41 +00:00
Ivan Enderlin
2df6446eb2
Fix bad type hintings.
2014-12-02 10:20:55 +01:00
Alex Bilbie
e1c0ff2685
Code coverage improvements in grant classes
2014-11-23 23:32:50 +00:00
Alex Bilbie
6157bd77ca
Changelog update
2014-11-21 00:19:43 +00:00
Alex Bilbie
76de634f2b
Added setSession on TokenTypeInterface as per #255
2014-11-21 00:06:17 +00:00
Alex Bilbie
cfada388db
Declared methods from AbstractGrant on GrantTypeInterface as per #255
2014-11-21 00:06:01 +00:00
Alex Bilbie
2f971dc77f
Declared all of the methods in AbstractTokenType in TokenTypeInterface as per #255
2014-11-20 23:54:52 +00:00
Alex Bilbie
ae7b7e9aa9
Fixed namespace includes
2014-11-20 23:54:14 +00:00
Alex Bilbie
bed6c3287e
Spelling fixes
2014-11-20 23:53:14 +00:00
Alex Bilbie
f83e5a8731
Learnt how to spell delimiter
2014-11-20 23:52:29 +00:00
Alex Bilbie
35369038db
Merge pull request #254 from bajb/master
...
Docbloc improvements
2014-11-13 12:37:20 +00:00
Brooke Bryan
6a1f927a6c
Check refreshToken isset before attempting to call methods on it
2014-11-13 12:20:59 +00:00
Brooke Bryan
b2c0933ee6
Docbloc improvements
2014-11-12 18:10:29 +00:00
Alex Bilbie
3104d13eba
Merge pull request #253 from bajb/master
...
Update Adapter to AbstractStorage in examples/relational
2014-11-12 10:43:31 +00:00
Brooke Bryan
8b1f3ef193
Update Adapter to AbstractStorage in examples/relational
2014-11-12 10:38:09 +00:00
Alex Bilbie
1ff885cff1
Removed branch alias. Fixes #251
2014-11-11 18:03:42 +00:00
Alex Bilbie
d950797bd9
CHANGELOG update
2014-11-09 11:47:02 +00:00
Alex Bilbie
d6e6b8b710
Merge pull request #246 from lucadegasperi/patch-3
...
Update ResourceServer.php
2014-11-09 09:12:38 +00:00
Luca Degasperi
001c15bfad
Update ResourceServer.php
2014-11-09 09:45:20 +01:00
Alex Bilbie
7fbc563524
Merge pull request #245 from GrahamCampbell/patch-1
...
Update .travis.yml
2014-11-08 19:12:57 +00:00