mirror of
https://github.com/elyby/accounts.git
synced 2026-04-27 17:52:41 +05:30
Extract login logics into a separate component. Not quite clean result but enough for upcoming tasks
This commit is contained in:
@@ -6,6 +6,7 @@ namespace api\models\authentication;
|
||||
use DateTimeImmutable;
|
||||
use Lcobucci\JWT\UnencryptedToken;
|
||||
|
||||
// TODO: remove this class
|
||||
final readonly class AuthenticationResult {
|
||||
|
||||
public function __construct(
|
||||
|
||||
Reference in New Issue
Block a user