register works, login almoast, token system in build
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
<?php
|
||||
|
||||
namespace ComCen\Security;
|
||||
|
||||
class TokenHandler
|
||||
{
|
||||
private static ?self $instance = null;
|
||||
private static $tokens = [];
|
||||
public static function getNewTokenForUser(string $username)
|
||||
{
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user