Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fuel/auth
Fuel PHP Framework - Fuel v1.x Authentication package
https://github.com/fuel/auth
fuel-v1 php
Last synced: 6 days ago
JSON representation
Fuel PHP Framework - Fuel v1.x Authentication package
- Host: GitHub
- URL: https://github.com/fuel/auth
- Owner: fuel
- Created: 2011-04-03T14:09:23.000Z (almost 14 years ago)
- Default Branch: 1.9/develop
- Last Pushed: 2023-08-15T19:28:41.000Z (over 1 year ago)
- Last Synced: 2024-05-17T05:01:55.704Z (8 months ago)
- Topics: fuel-v1, php
- Language: PHP
- Homepage: http://fuelphp.com/docs/packages/auth/intro.html
- Size: 367 KB
- Stars: 76
- Watchers: 15
- Forks: 57
- Open Issues: 2
-
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