mirror of
https://github.com/delight-im/PHP-Auth.git
synced 2025-08-01 22:00:13 +02:00
Update project tagline
This commit is contained in:
@@ -1,6 +1,8 @@
|
|||||||
# Auth
|
# Auth
|
||||||
|
|
||||||
Secure authentication for PHP, once and for all, really simple to use.
|
Authentication for PHP. Simple, lightweight and secure.
|
||||||
|
|
||||||
|
Written once, to be used everywhere.
|
||||||
|
|
||||||
Completely framework-agnostic and database-agnostic.
|
Completely framework-agnostic and database-agnostic.
|
||||||
|
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "delight-im/auth",
|
"name": "delight-im/auth",
|
||||||
"description": "Secure authentication for PHP, once and for all, really simple to use",
|
"description": "Authentication for PHP. Simple, lightweight and secure.",
|
||||||
"require": {
|
"require": {
|
||||||
"php": ">=5.5.0"
|
"php": ">=5.5.0"
|
||||||
},
|
},
|
||||||
|
@@ -21,7 +21,7 @@ namespace Delight\Auth;
|
|||||||
require __DIR__.'/Base64.php';
|
require __DIR__.'/Base64.php';
|
||||||
require __DIR__.'/Exceptions.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 {
|
class Auth {
|
||||||
|
|
||||||
const SESSION_FIELD_LOGGED_IN = 'auth_logged_in';
|
const SESSION_FIELD_LOGGED_IN = 'auth_logged_in';
|
||||||
|
Reference in New Issue
Block a user