a1383n / laravel-auth-pro
A versatile Laravel authentication package supporting multi-provider authentication methods
Requires
- php: ^8.1
- laravel/framework: ^9.0|^10.0|^11.0
- laravel/socialite: ^5.9
Requires (Dev)
- laravel/pint: ^1.17
- nunomaduro/larastan: ^2.0
- orchestra/testbench: ^7.0|^8.0|^9.0
- pestphp/pest: ^1.23|^2.18
- phpstan/phpstan: ^1.10
This package is auto-updated.
Last update: 2025-03-10 06:48:46 UTC
README
LaravelAuthPro is a powerful and flexible authentication package for Laravel applications. It simplifies the implementation of advanced authentication systems, supporting multiple authentication providers, including email, phone, and OAuth.
Features
-
Multi-Provider Authentication: Easily configure and use various authentication methods, including email, phone, and popular OAuth providers.
-
Customization: Customize and extend authentication methods to suit your application's unique requirements.
-
User Management: Manage user registration, password reset, and other common user-related tasks effortlessly.
-
Security: Implement robust security measures to protect user data and authentication processes.
Installation
You can install LaravelAuthPro via Composer:
composer require a1383n/laravel-auth-pro
Getting Started
Here's a quick example of how to get started with Laravel Auth Pro:
// Add example code snippets here to demonstrate basic usage.
Configuration
Contributing
We welcome contributions! Please read our contribution guidelines before submitting any pull requests.
License
LaravelAuthPro is open-source software licensed under the MIT License.