Love Fuel?    Donate

FuelPHP Forums

Ask your question about FuelPHP in the appropriate forum, or help others by answering their questions.
Sample for Authorization/ACL
  • Is there any sample or article about implementing acl?
    i want to create some controllers for managing roles and acl by site admin but i don't know where i must start.
  • what means :
    area and actions in permission table
    actions in users_role_permission table
    scops!
    sessions
    and providers
    ?
  • the additional tables like scope, sessions and providers are used by Opauth, and required if you want to use login using facebook or github (or a lot more). They are used to link accounts from those providers to local accounts.

    For your other questions, have you read: http://docs.fuelphp.com/packages/auth/ormauth/intro.html ?

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

In this Discussion