oauth2-server/src
Benjamin Dieleman ecc07abb33 Updated PHPDoc about the unicity violation exception throwing
UniqueTokenIdentifierConstraintViolationException can be thrown when persisting tokens
2017-07-27 17:31:01 +02:00
..
AuthorizationValidators Added missing methods 2017-07-01 18:08:49 +01:00
Entities Updated PHPDoc 2016-07-09 02:01:53 +02:00
Exception Escape scope parameter to reduce pontential XSS vector 2017-07-01 16:43:31 +01:00
Grant Removed dead code 2017-07-01 18:22:51 +01:00
Middleware Updated PHPDoc 2016-07-09 02:01:53 +02:00
Repositories Updated PHPDoc about the unicity violation exception throwing 2017-07-27 17:31:01 +02:00
RequestTypes Applied fixes from StyleCI 2016-09-13 14:17:09 +00:00
ResponseTypes Added missing methods 2017-07-01 18:08:49 +01:00
AuthorizationServer.php Removed dead code 2017-07-01 18:15:41 +01:00
CryptKey.php Trigger E_USER_NOTICE instead of throwing an exception if key cannot be chmod to 600 2017-07-19 07:57:47 +01:00
CryptTrait.php Encryption key just uses Defuse\Crypto now, no key based crypto 2017-07-01 18:07:51 +01:00
RequestEvent.php Updated PHPDoc 2016-07-09 02:01:53 +02:00
ResourceServer.php Explicitly compare to false when checking not instanceof 2016-07-09 12:09:21 +02:00