A Visual Tour of Phoenix's Updated 'magic link' Authentication Code Generator
✏️ With Phoenix 1.8, the authentication code generator inside phx.gen.auth
has been revamped, favoring an emailed ‘magic link’ authentication flow.
In this blog post, I’ll give a visual tour of how this looks to the user, what the core schemas/contexts look like, and I’ll sprinkle in some personal commentary as we go.
https://mikezornek.com/posts/2025/5/phoenix-magic-link-authentication/
Read next Efficient and reliable message publishing with RabbitMQ and Elixir