This project has not been released yet.
You can find the documentation for this project on the docs site. This site contains resources for implementing a client and self-hosting the project.
You can find the SaaS landing page at https://magiclinks.dev. Use of the SaaS platform is not required, but it's very inexpensive and may be cheaper than deploying yourself.
The magiclinksdev project is an authentication service that uses magic links to authenticate users. A typical use case would involve sending a magic link to a user via email. After the user clicks the link, a new authenticated session is created for that user. Sometimes magiclinksdev is abbreviated as "mld".
This project is a magic link authentication service. It serves use cases like:
- Sign up
- Log in
- Password resets
- Email verification
- And more authentication use cases
It can be used to supplement password authentication or replace it entirely.
A typical use case involves sending a magic link to a user via email. After the user clicks the link, a new authenticated session is created for that user.
The built-in email template is populated on a per-request basis. It adapts to the device's theme automatically. This template was built using maizzle.
Client applications are programs that use the magiclinksdev project to authenticate their users. Check out the SDKs page to get started with an existing SDK. If you can't find an SDK for your language, you can use the Specification to implement your own client by hand or code generation. To learn more about the client workflow, check out the Workflow page.
The magiclinksdev project can be self-hosted. Check out the Quickstart page to get started in minutes. For reference on configuring your self-hosted instance, check out the Configuration.
The magiclinksdev project is publicly available on GitHub and licensed under Elastic License 2.0 (ELv2). The ELv2 is a permissive license with three simple limitations. Please see the ELv2 FAQ for more information.
You can find the optional Software-as-a-Service (SaaS) platform landing page at https://magiclinks.dev. Use of the SaaS platform is not required, but it's very inexpensive and may be cheaper than deploying yourself.
This project took a lot of time, effort, and money to create and maintain for you. If you get some business value of this project consider becoming a GitHub Sponsor.