I have a bit of an edge-case with my application, I need to find a way of generating magic links on the fly without having the user check their email. Is it possible to do with the Management API?
Thanks,
Ryan
I have a bit of an edge-case with my application, I need to find a way of generating magic links on the fly without having the user check their email. Is it possible to do with the Management API?
Thanks,
Ryan
Is this possible out the box? If not, how secure and practical would it be to generate a “magic” redirect link for login where the request for the link will update a user metadata value, generate a link to login and then invalidate immediately after on callback via a rule?