[Question] Why move away from devise? #593
Closed
iamajvillalobos
started this conversation in
General
Replies: 1 comment
-
In general, we're attempting to keep things as "vanilla" as possible from the start to keep things simple and easier for new developer onboarding. We're not against new gems, but are being careful how many we're adding and whether each new gem is actually solving a problem that currently exists in the codebase. Devise may make it into the codebase at some point, but for now, the added authentication features of Rails 7 were sufficient to get the project started. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello! This is my goto app to learn how to use vanilla rails to create a really great app. I just notice that you don't use devise anymore (some commits I saw that you did use it before). Just wanna know the reason :).
Beta Was this translation helpful? Give feedback.
All reactions