sevenlinx / auth0-driver
Auth0 Authentication driver
dev-main
2021-04-18 17:01 UTC
Requires
- php: ^8.0
- auth0/auth0-php: ^7.7
- illuminate/contracts: ^8.0
- illuminate/http: ^8.0
- illuminate/support: ^8.0
- psr/simple-cache: ^1.0
Requires (Dev)
- auth0/login: ^6.4
- orchestra/testbench: ^6.0
- phpstan/phpstan: ^0.12.83
- phpstan/phpstan-mockery: ^0.12.13
- phpstan/phpstan-phpunit: ^0.12.18
This package is auto-updated.
Last update: 2024-11-19 01:03:15 UTC
README
Install via composer
composer require sevenlinx/auth0-driver
Install Service Provider
$app->register(SevenLinX\Auth\Auth0\ServiceProvider::class);