|
|
|
|
|
by ejs
527 days ago
|
|
I usually implement the whole username/password auth flow, but recently used only magic links for a simple application. Since the application only sends a weekly email (a markdown template for goal/task tracking) it seemed easier to just use a magic link, only. I am happy at how much easier the auth code ended up, and fail to see much downside for such an application. I'm not sure it would be a good system for more complex apps and services. |
|