Can you use the app without OAuth? #3996
Unanswered
shner-elmo
asked this question in
Support
Replies: 1 comment 1 reply
-
Yes, you can use the app without OAuth by configuring it to allow login with a regular username/password (JWT). Email/password authentication is enabled by default, allowing users to sign up and log in using their email and password. You do not need to set up |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
So in the section of self-hosting (docker) it says you're required to configure a
NEXTAUTH_URL
andNEXTAUTH_SECRET
:But is there a way that I can ignore OAuth and just use a regular username/password to login (JWT?) ?
Btw I'm asking this because if I use something like Github, I will have to configure the call back URL to my localhost, and if a colleague of mine tries it on his own computer, then the callback URL needs to be changed.
Beta Was this translation helpful? Give feedback.
All reactions