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
{{ message }}
This repository has been archived by the owner on Dec 12, 2023. It is now read-only.
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