Hey, we are using passwordless for our native app,...
# support-questions-legacy
u
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
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
Amazing, thankyou! you have really thought of it all! Another reason i love supertokens ❤️ !