#178 NEW Rails 8 Authentication Generator

19/07/2024
Free
authentication

Recently DHH merged a PR that adds an authentication generator to Rails.

Currently the generator allows email-password log in for existing users. It does not tackle registrations.

Let’s try it out!

Episode source code: https://github.com/corsego/178-rails-8-authentication-generator/commits/main/
Based on this blogpost: https://blog.corsego.com/rails-8-authentication

1
Sign in to join the conversation