Hey, we are using passwordless for our native app, with getting it through iOS review has anyone had any success using passwordless? Or do we have to implement a email login for the review process?
r
rp_st
06/21/2023, 7:20 AM
hey @__jono you can use passwordless for the review process. For this, you can override the
createCode
recipe function in the backend SDK to check if the email input to the function is the one the reviewer will be asked to use. If it is, then call the original implementation with the
userInputCode
filled in a
0000
. This will essentially allow the reviewer to login using
0000
u
__jono
06/21/2023, 9:06 AM
Amazing, thankyou! you have really thought of it all! Another reason i love supertokens ❤️ !
SuperTokens is an open source authentication solution offering features like: Different types of login: Email / password, Passwordless (OTP or Magic link based).