ackama / rails-template

Application template for Rails 7 projects; preloaded with best practices for TDD, security, deployment, and developer productivity.
Other
301 stars 15 forks source link

Explore moving from devise to Rails 8 authentication generator #557

Open eoinkelly opened 1 month ago

eoinkelly commented 1 month ago

Rails 8 will add a generator for authentication. It doesn't look quite as full featured as Devise but it's close enough that we should consider exploring it as an alternative to Devise. It would make doing things like our 2FA extension (see PR #61) easier and possibly more maintainable.

eoinkelly commented 3 weeks ago

We should also evaluate https://github.com/lazaronixon/authentication-zero as something to adopt or take inspiration from.