Skip to content
This repository has been archived by the owner on Dec 12, 2023. It is now read-only.

Authentication

Francisco Garcia edited this page Aug 15, 2014 · 2 revisions

Although Padrino comes with the admin module, Warden is a long known authentication framework for Rack. It is not that complicated to learn and you can reuse it for plain API modules written in just Sinatra. Since it makes no assumptions about your code, you will have to specify some concepts about how you manage your users. Look for the Pademo::Base::AppCore extension

Clone this wiki locally