idoalit / laravel-authelia
Installs: 9
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/idoalit/laravel-authelia
README
Laravel Authelia is a package designed to integrate Laravel applications with Authelia, an open-source authentication and authorization server.
Installation
Install the package via Composer:
composer require idoalit/laravel-authelia
Configuration
Publish the configuration file:
php artisan vendor:publish --provider="Idoalit\LaravelAuthelia\AutheliaServiceProvider"
This will create a config/laravel-authelia.php
file where you can set up your Authelia integration.
Contributing
Contributions are welcome! Please submit a pull request or open an issue to discuss changes.
License
This package is open-sourced software licensed under the MIT license.