https://supertokens.com/ logo
Title
p

Pacorro

02/08/2023, 1:33 PM
Is there any limit or something for the passwordless login? like if someone knows your email and wants to annoy you what happens?
r

rp

02/08/2023, 1:33 PM
hey @Pacorro
by default there is no limit.
but you can always override the createCode function on the backend and add your own limit logic
p

Pacorro

02/08/2023, 1:35 PM
how is this made?
for beginners
r

rp

02/08/2023, 1:35 PM
which recipe are you using/
?
p

Pacorro

02/08/2023, 1:36 PM
I am just looking for future implementation
will be passwordless and nextjs 13
if that's what you wanted
r

rp

02/08/2023, 1:39 PM
see this
p

Pacorro

02/08/2023, 1:42 PM
and how do I override it to do like a limit or something with time?
r

rp

02/08/2023, 2:00 PM
you should see our docs for how to override the apis
the part of adding the limit logic is up to you