Hi all! I have a quick question about the registra...
# talk-kratos
g
Hi all! I have a quick question about the registration flow for Client-Side (AJAX) Browser Clients Is it possible to send a registration link to the requested email instead of just redirecting to the signup form or responding with the regular flow object?
m
So basically magic link?
g
Yeah something like that, mostly to make sure the email with which the user wants to register with actually exists
m
Otherwise I believe you can just skip the signup form and so on in your frontend (and complete the flow hidden to the user).
g
I was thinking something more integrated with the whole registration flow, like what we already have with the verification flow initiate registration flow -> send “invite” link to email -> complete regular registration form