Send magic link method
With "Send magic link" method, you can implement passwordless sign in functionality in your application.
This method will send a login link to the user email and after user go to that link, you will need to use the "Login with magic link" method to login user to your application.
Parameters
- Email: This is a required function field where you can return user's submitted email.
- Redirect url: This is a required function field where you can return the url of the page in which you plan to redirect user from email.