thomasmol
Explore posts from serversBABetter Auth
•Created by thomasmol on 3/30/2025 in #help
Is there a way to Disable Implicit Sign Up when using email OTP plugin?
works fine 🙂
9 replies
BABetter Auth
•Created by thomasmol on 3/30/2025 in #help
Is there a way to Disable Implicit Sign Up when using email OTP plugin?
I now have a manual implementation by passing a simple 'sign-in' header and checking if the user already exists in a before hook
9 replies
BABetter Auth
•Created by thomasmol on 3/30/2025 in #help
Is there a way to Disable Implicit Sign Up when using email OTP plugin?
yes exactly, so i'd want to block signups but set a flag when i do, similar how this is done with the oauth integrations with
disableImplicitSignUp
set to true and then doing requestSignUp: true,
when doing a signup.9 replies
BABetter Auth
•Created by thomasmol on 3/30/2025 in #help
Is there a way to Disable Implicit Sign Up when using email OTP plugin?
Doesnt that disable signup completely through email otp?
9 replies
500 error on filtering/search on REST api endpoints
https://api.twenty.com/rest/people?filter=emails.primaryEmail[eq]:[email protected]
13 replies