This repository is no longer maintain
This repository is example how you can integrate rodauth to hanami app
Create Authentication module like this (in auth app)Try to usecontroller.prepare
configuration blockCreate admin applicationProtect full admin applicationIntegrate view and templates instead templates (uselogin_view
andlogout_view
methods)Integrate hanami view for templatesRedirect to login form and after to previous url (use sessions for this)