Преглед на файлове

Throw "401 Unauthenticated" when authentication is provided but invalid

E.g. with an AppToken that has been revoked

Signed-off-by: Joas Schilling <coding@schilljs.com>
tags/v22.0.0beta1
Joas Schilling преди 3 години
родител
ревизия
521bb30541
No account linked to committer's email address
променени са 1 файла, в които са добавени 2 реда и са изтрити 0 реда
  1. 2
    0
      lib/private/User/Session.php

+ 2
- 0
lib/private/User/Session.php Целия файл

@@ -599,6 +599,8 @@ class Session implements IUserSession, Emitter {

return true;
}
// If credentials were provided, they need to be valid, otherwise we do boom
throw new LoginException();
} catch (PasswordLoginForbiddenException $ex) {
// Nothing to do
}

Loading…
Отказ
Запис