You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Turnstile has been implemented on the register mutation but should be rolled out to more mutations. The process is fairly simple (requiring the turnstile mutation to be mixed in with the relevant mutation, as register has been), but should be implemented once registration has been live for a little while in case any problems arise.
It should definitely be implemented on the following mutations:
Resending verification emails
Changing passwords
Changing emails
In addition, it should also be implemented for the login mutation. However, since manually triggering the login mutation is sometimes useful without a Turnstile token, we should also implement some override token that can be passed instead (stored in a .env file) to enable this (and probably all) mutation(s) to be manually triggered without needing to spoof Turnstile.
The text was updated successfully, but these errors were encountered:
Turnstile has been implemented on the
register
mutation but should be rolled out to more mutations. The process is fairly simple (requiring the turnstile mutation to be mixed in with the relevant mutation, asregister
has been), but should be implemented once registration has been live for a little while in case any problems arise.It should definitely be implemented on the following mutations:
In addition, it should also be implemented for the
login
mutation. However, since manually triggering thelogin
mutation is sometimes useful without a Turnstile token, we should also implement some override token that can be passed instead (stored in a.env
file) to enable this (and probably all) mutation(s) to be manually triggered without needing to spoof Turnstile.The text was updated successfully, but these errors were encountered: