-
|
I there, i saw your article on HN. How would i use just plain old usernmame/password auth instead of an external identity provider like github of google? Forgive my ignorance and thank you very much for this project :) |
Beta Was this translation helpful? Give feedback.
Answered by
level09
Dec 14, 2025
Replies: 1 comment
-
|
@chasd00 Great question, and no ignorance at all :) it's a totally valid use case! Email/password auth works out of the box - no setup needed. You can:
Then Thanks for checking out the project! |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
chasd00
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@chasd00 Great question, and no ignorance at all :) it's a totally valid use case!
Email/password auth works out of the box - no setup needed. You can:
GOOGLE_AUTH_ENABLED=falseandGITHUB_AUTH_ENABLED=falsein your .envThen
/register,/login, and/resetall just work with email + password.Thanks for checking out the project!