stevepolitodesign / rails-authentication-from-scratch

A step-by-step guide on how to build your own authentication system in Rails from scratch.
https://stevepolito.design/blog/rails-authentication-from-scratch/
222 stars 32 forks source link

Add status: :unprocessable_entity to all failed render responses #56

Closed stevepolitodesign closed 2 years ago

stevepolitodesign commented 2 years ago

This will help keep things consistent with Rails 7 and Turbo.

Issues