Tag Archives: auth

FuelPHP Authentication and Authorization

The FuelPHP Auth package provides the ability to authenticate users and determine if the have the rights to access a particular resource using roles. Think of roles as the distinction between editors and journalists in a news agency. Journalists can create articles but they do not make it to print till editors approve the articles. Pages are the resources protected by resources and call the Auth package to authorize users.