Download the PHP package agungsugiarto/codeigniter4-authentication without Composer
On this page you can find all versions of the php package agungsugiarto/codeigniter4-authentication. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download agungsugiarto/codeigniter4-authentication
More information about agungsugiarto/codeigniter4-authentication
Files in agungsugiarto/codeigniter4-authentication
Package codeigniter4-authentication
Short Description Provides an API for authentication and includes concrete authentication adapters for common use case scenarios
License MIT
Informations about the package codeigniter4-authentication
CodeIgniter4 Authentication
About
The codeigniter4\authentication
component provides an API for authentication and
includes concrete authentication adapters for common use case scenarios.
- Inspired from https://github.com/lonnieezell/codigniter-shield
- Most inspired from auth by laravel https://github.com/illuminate/auth
Upgrade from v1.x to 2.x
Composer Dependencies
You should update the following dependencies in your application's composer.json file:
agungsugiarto/codeigniter4-authentication
to ^2.0
User Entity
Open class App\Entities\User
add interface and trait to implement.
AuthServiceProvider
Open App\Providers\AuthServiceProvider
Documentation
- Authentication
- Authorization
Community Authentication Guards
- JWT (JSON Web Token) - agungsugiarto/codeigniter4-authentication-jwt
Authentication Demo
Changelog
Please see CHANGELOG for more information what has changed recently.
Contributing
Contributions are very welcome.
License
Released under the MIT License, see LICENSE.
All versions of codeigniter4-authentication with dependencies
php Version ^7.3 || ^8.0
tightenco/collect Version ^8.83