Setup Authentication

Use when implementing authentication in Hanami 2.x, including login, logout, signup, session management, password hashing, and protecting endpoints. Sets up login/logout flows, configures session-based or token-based auth, adds password hashing with bcrypt, and returns correct 401/403 responses for auth failures. Use when a user asks about auth, login, signup, JWT, sessions, passwords, or securing Hanami actions.

igmarin c4018f3 5.2 KB Updated

File contents

igmarin/hanakai-yaku/tree/main/skills/personas/setup-authentication commit c4018f353e

Frequently asked questions

npx skillmds@latest add igmarin/setup-authentication