Seeking Input on Supporting Authentication with Devise

This message was imported from the Ruby/Rails Modularity Slack server. Find more info in the import thread.

Perhaps I already missed this discussion, but can folks weigh in on how they’re supporting authentication?
Did someone wrestle devise to the ground to wrap it in a pack somehow?
Thanks!

Message originally sent by slack user U71TN2WF04X

Hey Gary, I have not yet done this, but I intend to. When I do it I can comment here my findings

Perhaps not putting that in a pack at all, but using middleware a la https://github.com/square/rails-auth ?