Skip to main contentEmail magic links are a secure, passwordless way to authenticate users. When a user logs in, Stytch generates a unique, single-use URL and sends it to the user’s email address. After the user clicks the link, Stytch verifies the token and issues a Session.
Choose an implementation
Pick the integration approach that matches your app’s architecture:
Core behaviors
- Redirect URLs: Magic links require redirect URLs configured in your Dashboard.
- Login or signup: You can choose to allow login, signup, or login-or-create behavior.
- Session creation: Once verified, Stytch issues a Session and returns session tokens or session JWTs depending on your integration.