This is my test application in Hanami 2. It attempts to replicate an experience of old-times discussion boards (think phpBB), while at the same time being a testing ground for standard features of a web app.
- Persistence – ROM
- View layer – Phlex
- User registration and authentication – custom-made, password hashing with Argon2, using native Hanami sessions
- Authorization – with Verifica
- Pagination – with ROM pagination plugin
- File upload (for avatars) – Shrine + shrine-rom
This is a personal testing projects. Currently I'm not accepting PRs, so please do not create them.