You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
PlexShare/fuel/packages/auth
chewbaka 6947655002
Pre-Alpha
7 years ago
..
classes Pre-Alpha 7 years ago
config Pre-Alpha 7 years ago
lang/en Pre-Alpha 7 years ago
migrations Pre-Alpha 7 years ago
tasks Pre-Alpha 7 years ago
.gitignore Pre-Alpha 7 years ago
bootstrap.php Pre-Alpha 7 years ago
composer.json Pre-Alpha 7 years ago
normalizedrivertypes.php Pre-Alpha 7 years ago
readme.md Pre-Alpha 7 years ago

readme.md

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