Case insensitive key retrieval from maps in Elixir | Simplicity Using Ecto.Multi to Group Database Operations

Passwordless Authentication in Phoenix

There are tons of different approaches to user authentication. Passwordless or “magic link” authentication is very user friendly, relatively easy to implement, and sufficiently secure for most apps. This article is a step by step guide for implementing passwordless authentication in Phoenix.