You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've been using trestle happily with my own hand-rolled auth (basically doing Trestle::ApplicationController.send(:include, MyAuthConcern in a Trestle.configure block).
However I wanted to add trestle-sidekiq to the mix and it requires trestle-auth.
I was surprised that the generator for trestle-auth just made a model -- I thought it might just generate an initializer (a la Devise).
Is the purpose of Trestle Auth just to provide a model etc, or to be more of a generic framework for auth ?
I'm happy to contribute, but not at all sure how yet.