mirror of
https://github.com/delight-im/PHP-Auth.git
synced 2025-07-31 13:20:11 +02:00
Improve description of 'Auth' class
This commit is contained in:
@@ -18,7 +18,7 @@ use Delight\Db\Throwable\IntegrityConstraintViolationException;
|
||||
require __DIR__.'/Base64.php';
|
||||
require __DIR__.'/Exceptions.php';
|
||||
|
||||
/** Base class that provides all methods, properties and utilities for secure authentication */
|
||||
/** Component that provides all features and utilities for secure authentication of individual users */
|
||||
final class Auth extends UserManager {
|
||||
|
||||
const SESSION_FIELD_LOGGED_IN = 'auth_logged_in';
|
||||
|
Reference in New Issue
Block a user