$4.99
Passwordless authentication via magic links. Generates cryptographically secure tokens, embeds them in customizable email templates, enforces single-use and expiration policies, and includes rate limiting. Complete HTTP server for the login flow. Runs on Python 3.10+ stdlib only.
# Start the magic link auth server
python main.py serve --port 8080 --base-url http://localhost:8080
# Send a magic link to an email
python main.py send --email user@example.com
# Verify a magic link token
python main.py verify --token abc123def456