소개
This skill provides a complete, lightweight authentication system leveraging the native features introduced in Rails 8. It guides Claude to implement a robust user/session architecture featuring secure password hashing via bcrypt, signed HttpOnly cookies, and centralized authentication concerns. It is ideal for developers seeking a 'lean' authentication layer that avoids the overhead of gems like Devise while maintaining modern security standards such as rate limiting, request-scoped attributes, and CSRF protection.