Join Slack
Powered by
Hello everybody What is the approach to implement...
# talk-kratos
c
cuddly-plastic-72839
10/26/2022, 7:26 PM
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
high-leather-33936
10/26/2022, 7:50 PM
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
steep-lamp-91158
10/27/2022, 8:36 AM
but we are also currently working to replace the email links with one-time codes, see
https://github.com/ory/kratos/pull/2838
c
cuddly-plastic-72839
10/27/2022, 4:55 PM
Thank you
@high-leather-33936
and
@steep-lamp-91158
for the helpful response!
3
Views
Open in Slack
Previous
Next