trestle-auth
trestle-auth copied to clipboard
Authentication plugin for the Trestle admin framework
How to custom trestle-auth by Role, Role Group . ..v..v.. Thks
Hi - I am confused by how trestle-auth works, I have a User model in Devise which has an `admin` boolean on it. I would like to limit access to...
### Use Case Our application allows users to create employees within their organization. Authorization is handled by the CanCanCan gem. The ability file reads: ```ruby can :manage, Employee, organization: user.organizations.find(Current.organization.id)...
This fixes an error when using a custom controller and not defining either of the before filters
Hello, I'm currently using Trestle Auth to basically provide a login layer for my admin, and to allow updating users table thatw was already managed by devise gem as of...
Hello! I wanted to use Cancan with Trestle, but it keeps giving me an error message saying : undefined method `authorize_with' Refering to this line: config.authorize_with cancan: -> { AdminAbility...
Looking to get this up quickly with minimal config, just wanting it to work with omniauth or something. Any examples?
Hi All, Please forgive what is probably a n00bs question, being raised as an issue, but I can't find the info I seek by googling or reading through the docs....
I have two separate engines that use Devise. I'm trying to integrate one of these engines in my trestle admin and I'm getting the following: ``` ActionView::Template::Error (undefined method `hooks'...
How to implement api correctly to enter the site. (E.g. via the client android) What parameters do I need to send, or do I need to override the login controller?...