Merge branch 'master' into oauth_jwt_tokens

This commit is contained in:
ErickSkrauch
2019-11-07 00:00:26 +03:00
4 changed files with 110 additions and 84 deletions

View File

@@ -26,7 +26,6 @@ class ValidateForm extends ApiForm {
}
if ($result->isExpired()) {
$result->delete();
throw new ForbiddenOperationException('Token expired.');
}