Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/davydovanton/rodauth_hanami

Example app for integrate rodauth server to hanami app
https://github.com/davydovanton/rodauth_hanami

example-project hanami roda rodauth

Last synced: 2 days ago
JSON representation

Example app for integrate rodauth server to hanami app

Awesome Lists containing this project

README

        

# NOT MAINTAINED

**This repository is no longer maintain**

# Hanami + rodauth = <3
This repository is example how you can integrate [rodauth](http://rodauth.jeremyevans.net) to [hanami](http://hanamirb.org) app

### TODO
1. ~~Create Authentication module like [this](http://hanamirb.org/guides/actions/share-code/) (in auth app)~~
2. ~~Try to use `controller.prepare` configuration block~~
3. ~~Create admin application~~
4. ~~Protect full admin application~~
5. ~~Integrate view and templates instead templates (use `login_view` and `logout_view` methods)~~
6. ~~Integrate hanami view for templates~~
7. ~~Redirect to login form and after to previous url (use sessions for this)~~