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 |
|
sephster
|
b4d88995de
|
Add throws tag for DateInterval exception
|
2018-10-13 13:42:27 +01:00 |
|
sephster
|
398029be56
|
Add roave security advisories
|
2018-10-13 13:35:36 +01:00 |
|
sephster
|
30ed221481
|
Add Andy to authors list
|
2018-10-13 13:27:31 +01:00 |
|
sephster
|
939c0619d0
|
Shorten variable name
|
2018-10-13 13:22:27 +01:00 |
|
sephster
|
4042a31159
|
Update composer dependency versions
|
2018-10-13 13:17:45 +01:00 |
|
Andrew Millington
|
0bdd02cdb4
|
Merge pull request #952 from Sephster/add-scope-entity-trait
Add Scope Entity Trait
|
2018-10-13 13:14:33 +01:00 |
|
sephster
|
7bf7700645
|
Update changelog
|
2018-10-12 23:32:44 +01:00 |
|
sephster
|
d76025d613
|
Change example to use scope trait
|
2018-10-12 23:23:24 +01:00 |
|
sephster
|
d6792c1662
|
Add scope entity trait
|
2018-10-12 23:05:07 +01:00 |
|
Andrew Millington
|
9882f6716c
|
Merge pull request #923 from christiaangoossens/fix_implicit_grant_scopes
ImplicitGrant finalizes scopes without user identifier
|
2018-09-23 18:31:53 +01:00 |
|
sephster
|
71c605117a
|
Add missing word
|
2018-09-23 18:31:26 +01:00 |
|
sephster
|
6bc6ac09d2
|
Update changelog
|
2018-09-23 18:30:14 +01:00 |
|
Andrew Millington
|
fe421878e6
|
Merge pull request #938 from Sephster/force-pkce-for-public-clients
Force PKCE for public clients
|
2018-09-21 20:50:46 +01:00 |
|
sephster
|
0c2356a508
|
Fix file names for code challenge verifier tests
|
2018-09-21 20:43:04 +01:00 |
|
sephster
|
9645119ccb
|
Fix missing comma
|
2018-09-21 20:35:04 +01:00 |
|
sephster
|
da2742bea7
|
Add details on client validation changes
|
2018-09-21 20:32:47 +01:00 |
|
sephster
|
efb5ce5e2a
|
Update changelog
|
2018-09-21 20:29:27 +01:00 |
|
sephster
|
1ddc27e792
|
Add code challenge verifier tests
|
2018-09-21 20:12:05 +01:00 |
|
Andrew Millington
|
b7b7dda28c
|
Merge pull request #945 from ezimuel/add-expressive-readme
Added Expressive in the community integration of README
|
2018-09-19 11:28:31 +01:00 |
|
Enrico Zimuel
|
ef864b5cba
|
Added Expressive in the community integration of README
|
2018-09-19 12:02:06 +02:00 |
|
sephster
|
fcd6eb8a3c
|
Fix variable name
|
2018-09-18 18:01:24 +01:00 |
|
sephster
|
133d9cc97a
|
Fix missing
|
2018-09-18 17:51:11 +01:00 |
|
Andrew Millington
|
592dd2f433
|
Fix typo in function name
|
2018-09-17 20:10:26 +01:00 |
|
sephster
|
4a464dd336
|
Fix coding standard issue
|
2018-09-17 12:49:37 +01:00 |
|
sephster
|
970df8f34b
|
Add code challenge verifiers
|
2018-09-17 12:48:32 +01:00 |
|
sephster
|
6a1645aebc
|
Start to add code challenge verifier interfaces
|
2018-09-14 18:56:22 +01:00 |
|
sephster
|
e3e7abf41e
|
Set default isConfidential to false for client entity
|
2018-09-03 13:09:52 +01:00 |
|
sephster
|
d831868d58
|
Fix getClientEntity parameters
|
2018-09-02 16:27:31 +01:00 |
|
sephster
|
36bf4ff8f2
|
Fix accidental paste of code
|
2018-09-02 16:19:47 +01:00 |
|
sephster
|
07ebe43b91
|
Change else if to elseif
|
2018-09-02 16:17:34 +01:00 |
|
sephster
|
5d3d9d95be
|
Remove extra line
|
2018-09-02 15:46:59 +01:00 |
|
sephster
|
e85a8e31e8
|
Remove assignment as not needed
|
2018-09-02 14:58:02 +01:00 |
|
sephster
|
de899fbe0a
|
Fix incorrect usage of isConfidential
|
2018-09-01 15:05:12 +01:00 |
|
sephster
|
3eabbafe5b
|
Client says if it is confidential instead of repository
|
2018-09-01 14:53:27 +01:00 |
|