cube-php / auth
PHP Cube Authentication Package
Installs: 30
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 0
Type:package
pkg:composer/cube-php/auth
Requires
- cube-php/core: ^0.1.34
- firebase/php-jwt: ^7.0
- dev-main
- 0.0.9
- 0.0.8
- 0.0.7
- 0.0.6
- 0.0.5
- 0.0.3
- 0.0.2
- 0.0.1
- dev-chore/update-dep+21-02-26
- dev-fix/comp-updates+12-01-2026
- dev-fix/auth-user-ret-type+15-10-2025
- dev-fix/cookie-system+16-08-2025
- dev-feat/get-token-from-request
- dev-fix/auth-cookie-expiry
- dev-fix/jwt-exception-bug
- dev-fix/throw-jwt-exceptions
This package is auto-updated.
Last update: 2026-02-21 07:17:38 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!