1
0
mirror of https://github.com/delight-im/PHP-Auth.git synced 2025-08-23 08:03:06 +02:00

Update project tagline

This commit is contained in:
Marco
2015-10-29 20:18:02 +01:00
parent 51a19cc79d
commit 6ced34789f
3 changed files with 5 additions and 3 deletions

View File

@@ -21,7 +21,7 @@ namespace Delight\Auth;
require __DIR__.'/Base64.php';
require __DIR__.'/Exceptions.php';
/** Secure authentication for PHP, once and for all, really simple to use */
/** Base class that provides all methods, properties and utilities for secure authentication */
class Auth {
const SESSION_FIELD_LOGGED_IN = 'auth_logged_in';