Flask passwordless auth with email magic links for user login.

A simple Flask app implementing passwordless login using email-based magic links. It uses Flask and Python and is suited for small web applications or prototypes that need login without storing passwords.
0