Magic Links
Last updated
Was this helpful?
Last updated
Was this helpful?
Magic links are secure, time-sensitive URLs that enable passwordless authentication. When users request access, they receive a link via email that logs them in upon clicking. This eliminates the need for passwords, enhancing security and simplifying the user experience.
You can see the implementation below
You can create a different Magic Links flow by following this guide
You will need to set up the after_login
setting if you have changed the default page structure in Novel Web.
If you changed /web/app/(app)/dashboard
to /web/app/(app)/apps
for example, you will need to change the configuration in /config/auth.js
.
You can use /auth/passwordless
to perform a Magic Link flow.
2024-12-20 - Initial Documentation