cube-php/auth

There is no license information available for the latest version (0.0.1) of this package.

PHP Cube Authentication Package

Maintainers

Details

github.com/cube-php/auth

Source

Issues

Installs: 0

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 0

Open Issues: 0

Type:package

0.0.1 2024-06-01 00:40 UTC

This package is auto-updated.

Last update: 2024-06-01 00:43:35 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!