cube-php / auth
PHP Cube Authentication Package
Installs: 12
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 0
Type:package
Requires
- cube-php/core: ^0.1.23
- firebase/php-jwt: ^6.10
This package is auto-updated.
Last update: 2025-03-25 14:00:55 UTC
README
This package helps integrate Authentication into Cube
- Install package:
composer require cube-php/auth
- After installing package, you will need to setup
php cube auth:setup
Running the above command will create the authentication config file in config/auth.php
and authentication middleware in app/Middlewares/Authentication.php
Auth away!