cube-php / auth
PHP Cube Authentication Package
0.2.1
2026-05-24 08:21 UTC
Requires
- cube-php/core: ^0.2.1
- firebase/php-jwt: ^7.0
This package is auto-updated.
Last update: 2026-05-24 08:24:04 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!