sephster
|
894724c45b
|
Remove invalid commenting
|
2018-12-10 23:01:45 +00:00 |
|
sephster
|
fd65bf9e54
|
Streamline tests
|
2018-12-10 22:51:58 +00:00 |
|
Andrew Millington
|
2a16dbeb7f
|
Merge pull request #981 from Sephster/support-php-7.3
Add support for PHP 7.3
|
2018-12-06 23:53:55 +00:00 |
|
sephster
|
faa350792a
|
Add support for PHP 7.3
|
2018-12-06 23:46:28 +00:00 |
|
Chris Tanaskoski
|
b6955a6c65
|
Fixed respondToAccessTokenRequest such that it accepts client_id through request body and Http Basic Auth
|
2018-11-30 10:19:06 +01:00 |
|
Chris Tanaskoski
|
ec8a663a81
|
Added test for respondToAccessTokenRequest using Http Basic Auth for client credentials
|
2018-11-29 09:28:36 +01:00 |
|
Andrew Millington
|
dc3181bbb0
|
Merge pull request #977 from spideyfusion/symfony-community-integration
Add Symfony community integration to README.md
|
2018-11-28 12:47:30 +00:00 |
|
Petar Obradović
|
1e3a7adb19
|
Add Symfony community integration to README.md
|
2018-11-28 12:24:16 +01:00 |
|
sephster
|
b71f382cd7
|
Update changelog
|
2018-11-21 21:42:43 +00:00 |
|
Andrew Millington
|
9783388523
|
Merge pull request #969 from ceeram/fix-bc-break
Fix bc breaking change
|
2018-11-21 21:38:37 +00:00 |
|
sephster
|
46493c461e
|
Update changelog for 7.3.2 release
|
2018-11-21 21:29:55 +00:00 |
|
sephster
|
8b421818f2
|
Add blank line to better format
|
2018-11-21 21:26:54 +00:00 |
|
Marc Ypes
|
b09154af33
|
Add test to prove bc break
|
2018-11-16 13:29:47 +01:00 |
|
Marc Ypes
|
f1454cde36
|
Fix bc breaking change
|
2018-11-16 12:44:41 +01:00 |
|
Andrew Millington
|
f2cd3646ff
|
Merge pull request #970 from Sephster/interface-revert
Revert Interface Change
|
2018-11-15 22:37:18 +00:00 |
|
sephster
|
7839a61170
|
Update changelog
|
2018-11-15 22:33:34 +00:00 |
|
sephster
|
443d7c485a
|
Revert interface change so class can be extende
|
2018-11-15 22:22:08 +00:00 |
|
Andrew Millington
|
a61c6a318a
|
Update changelog for 7.3.0 release
|
2018-11-13 20:17:20 +00:00 |
|
Andrew Millington
|
eea9c30e70
|
Merge pull request #967 from Sephster/password-grant-use-invalid-grant
Password Grant Should Issue an invalid_grant Error When Credentials are Incorrect
|
2018-11-13 18:28:09 +00:00 |
|
sephster
|
a936962716
|
Update changelog
|
2018-11-13 18:27:03 +00:00 |
|
sephster
|
685dc6edea
|
Update test
|
2018-11-13 18:19:20 +00:00 |
|
sephster
|
2b4974b697
|
Change to use invalid_grant
|
2018-11-13 18:18:07 +00:00 |
|
sephster
|
94e75ba6f3
|
Fix bug
|
2018-11-13 12:56:06 +00:00 |
|
Andrew Millington
|
efa8ef6fce
|
Merge pull request #965 from ceeram/add-previous
Include previous exception in catch and throw
|
2018-11-13 12:44:43 +00:00 |
|
sephster
|
7982275757
|
Fix docblock alignment
|
2018-11-13 12:34:16 +00:00 |
|
sephster
|
f6c1070ccc
|
Add use Throwable
|
2018-11-13 12:32:52 +00:00 |
|
sephster
|
d64fb3f526
|
Merge master into this branch
|
2018-11-13 12:28:39 +00:00 |
|
Andrew Millington
|
95a9f4649d
|
Merge pull request #966 from ceeram/fully_qualified_strict_types
Replace fqn with unqualified name
|
2018-11-13 11:58:31 +00:00 |
|
Marc Ypes
|
4bb5b747c1
|
Replace fqn with unqualified name
|
2018-11-13 01:33:11 +01:00 |
|
Marc Ypes
|
5868996961
|
Add test for previous exceptions
|
2018-11-13 00:25:22 +01:00 |
|
sephster
|
9542af627e
|
Update changelog
|
2018-11-12 19:57:35 +00:00 |
|
Marc Ypes
|
3b983ad0b4
|
Include previous exception in catch and throw
|
2018-11-12 13:58:31 +01:00 |
|
sephster
|
34ec35019b
|
Remove additional whitespace
|
2018-11-08 13:10:22 +00:00 |
|
Marc Bennewitz
|
16f9de86f2
|
cleanup DateTime handline
* DateTime -> DateTimeImmutable
* DateTime::format('U') -> DateTime::getTimestamp()
* (new DateTime())->getTimestamp() -> time()
|
2018-11-08 12:45:18 +01:00 |
|
Andrew Millington
|
ac818bd921
|
Minor formatting adjustment
|
2018-11-06 21:42:05 +00:00 |
|
Andrew Millington
|
73698e28d9
|
Update CHANGELOG.md
|
2018-11-06 21:38:31 +00:00 |
|
Andrew Millington
|
c87be9477c
|
Merge pull request #960 from marc-mabe/stateless-server
Make AuthorizationServer stateless
|
2018-11-06 21:34:26 +00:00 |
|
Marc Bennewitz
|
d288a2ad8a
|
Make AuthorizationServer stateless
|
2018-11-05 09:08:02 +01:00 |
|
Andrew Millington
|
a34f5dd7db
|
Merge pull request #953 from Sephster/code-tidyup
Code Tidyup
|
2018-10-13 17:06:21 +01:00 |
|
sephster
|
c0efdf0dd0
|
Revert changes to throws and returns ordering
|
2018-10-13 16:54:31 +01:00 |
|
sephster
|
f96fca3b48
|
Minor code tidyup
|
2018-10-13 16:44:40 +01:00 |
|
sephster
|
20b355b025
|
Re-order docblock throws
|
2018-10-13 16:31:36 +01:00 |
|
sephster
|
793f65d3a3
|
Remove unused scope entity interface
|
2018-10-13 16:14:15 +01:00 |
|
sephster
|
322b55eddf
|
Remove getScopes function and use validateScopes instead
|
2018-10-13 16:11:44 +01:00 |
|
sephster
|
50ab9dd8ac
|
Remove unused import
|
2018-10-13 15:28:39 +01:00 |
|
sephster
|
b624124d5a
|
Chaneg param types to satisfy PHPStan
|
2018-10-13 15:25:49 +01:00 |
|
sephster
|
dbf2b55bc5
|
Fix docblock alignment
|
2018-10-13 15:16:50 +01:00 |
|
sephster
|
b11d628e8b
|
Change docblock type for
|
2018-10-13 14:49:29 +01:00 |
|
sephster
|
0515129c9c
|
Fix coding standards issues
|
2018-10-13 14:37:36 +01:00 |
|
sephster
|
50566cdc87
|
Reduce complexity of respondToAccessTokenRequest
|
2018-10-13 14:34:35 +01:00 |
|