Hello everybody What is the approach to implement...
# talk-kratos
c
Hello everybody What is the approach to implement e-mail verification with API clients like (React Native)? After the user clicks on the link in the email and gets verified, how the user can be lead back to the app?
h
Hey, using https://www.ory.sh/docs/kratos/concepts/browser-redirect-flow-completion#post-verification-redirection one can specify a redirect uri which can be the app's custom uri scheme (similar to how OAuth redirect URIs are configured)
s
but we are also currently working to replace the email links with one-time codes, see https://github.com/ory/kratos/pull/2838
c
Thank you @high-leather-33936 and @steep-lamp-91158 for the helpful response!