e7ddd0f72fd7f99aa367203d41d848a2fdabfc04
Add user authentication infrastructure with login/logout functionality, session management, and basic user model. Changes: - Create users table with email, password_digest, confirmation tokens - Add Users repository with authentication methods - Add User entity with authentication helpers - Implement login form and authentication actions - Add logout action - Add BCrypt gem for password hashing - Update base Action class with authentication helpers - Add login/logout routes Next steps: Registration flow, password reset, email confirmation
Description
Releases
1
Release v0.1.0
Latest
Languages
TypeScript
88.4%
JavaScript
8.2%
Gherkin
1.6%
Just
0.9%
Shell
0.5%
Other
0.3%