https://github.com/synergitech/fuel-auth
An Authentication package for FuelPHP
https://github.com/synergitech/fuel-auth
Last synced: about 1 year ago
JSON representation
An Authentication package for FuelPHP
- Host: GitHub
- URL: https://github.com/synergitech/fuel-auth
- Owner: SynergiTech
- Created: 2016-12-06T09:50:13.000Z (over 9 years ago)
- Default Branch: 1.9/develop
- Last Pushed: 2021-04-28T21:46:10.000Z (about 5 years ago)
- Last Synced: 2025-03-08T02:34:59.919Z (over 1 year ago)
- Language: PHP
- Homepage: http://fuelphp.com/docs/packages/auth/intro.html
- Size: 354 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Fuel Auth Package.
FuelPHP authentication and authorisation framework.
# Summary
* Driver based, plug-in your own logic for handling logins, groups and ACL's.
* Includes SimpleAuth drivers for basic authentication and authorisation using a config file
* Includes OrmAuth drivers for advanced authentication and authorisation using the ORM
* Simple2Orm task allows migration from SimpleAuth to OrmAuth
# Usage
See http://docs.fuelphp.com/packages/auth/intro.html