fuel/auth

FuelPHP 1.x Auth Package

Installs: 774 962

Dependents: 5

Suggesters: 0

Security: 0

Stars: 76

Watchers: 15

Forks: 57

Open Issues: 2

Type:fuel-package

1.8.2 2019-06-27 14:59 UTC

This package is auto-updated.

Last update: 2024-04-15 21:29:50 UTC


README

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