snapp icon indicating copy to clipboard operation
snapp copied to clipboard

ENABLE_SIGNUP is required to be set to TRUE when using OIDC to login with an existing user

Open kayali-dev opened this issue 2 months ago • 2 comments

As far as I understand from looking at the code, I think this is mainly due to a redundant check in src/routes/auth/[provider]/callback/+server.ts Line 40 , where it redirects to the signup page before checking if a user exists.

kayali-dev avatar Oct 06 '25 06:10 kayali-dev

thank you for your submission, atm the entire app is going through a late refactor to include betterauth and solve most of this troubles! :)

urania-dev avatar Oct 06 '25 15:10 urania-dev

that is great to hear, thanks for the quick reply!

kayali-dev avatar Oct 06 '25 16:10 kayali-dev

Better auth should have resolved this, you can try the beta, and as soon as i finished it, it will be selfhostable!

urania-dev avatar Dec 09 '25 00:12 urania-dev