QuestionWeb AppWeb app. runs in the browser
how do I let users log in without building auth myself?
auth genuinely terrifies me. is there a drop-in service a non-coder can actually wire up? what do you recommend?
2 answers
auth genuinely terrifies me. is there a drop-in service a non-coder can actually wire up? what do you recommend?
quick win: try the env var first. if that is not it, it is probably the redirect URL.
the trick most tutorials skip: do it server-side. worked for me instantly.