mirror of
https://github.com/MrUnknownDE/panel.git
synced 2026-04-22 08:13:45 +02:00
Add JWT to login forms
This commit is contained in:
@@ -63,6 +63,7 @@ class AuthenticateKey
|
||||
}
|
||||
|
||||
$raw = $request->bearerToken();
|
||||
|
||||
$identifier = substr($raw, 0, ApiKey::IDENTIFIER_LENGTH);
|
||||
$token = substr($raw, ApiKey::IDENTIFIER_LENGTH);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user