laswitchtech / core-auth
Authentication and Authorization Libraries for the Laswitch Core Framework
Fund package maintenance!
LaswitchTech
Requires
- laswitchtech/core-csrf: ^1.0
- laswitchtech/core-database: ^1.0
- laswitchtech/core-imap: ^1.0
- laswitchtech/core-sms: ^1.0
- laswitchtech/core-smtp: ^1.0
README
coreAuth
Description
The coreAuth
package is a library that provides a set of tools to help you build applications with user authentication in PHP.
License
This software is distributed under the MIT license.
Requirements
- PHP >= 8.0
Security
Please disclose any vulnerabilities found responsibly – report security issues to the maintainers privately. See SECURITY.md for more information.
Installation
Using Composer:
composer require laswitchtech/core-auth
How do I use it?
Review the Documentation.