Skip to content
Discussion options

You must be logged in to vote

@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:

  • Use both together - OAuth + email/password (default if OAuth is configured)
  • Disable OAuth entirely: set GOOGLE_AUTH_ENABLED=false and GITHUB_AUTH_ENABLED=false in your .env
  • Just don't configure OAuth; if the credentials aren't set, the buttons won't show up at all

Then /register, /login, and /reset all just work with email + password.

Thanks for checking out the project!

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by chasd00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants