File tree Expand file tree Collapse file tree 4 files changed +41
-4
lines changed
Expand file tree Collapse file tree 4 files changed +41
-4
lines changed Original file line number Diff line number Diff line change 1+ .. raw :: html
2+
3+ <p align =" center" >
4+ <picture >
5+ <source media =" (prefers-color-scheme: dark)" srcset =" https://github.com/codingjoe/django-mail-auth/raw/main/images/logo-dark.svg" >
6+ <source media =" (prefers-color-scheme: light)" srcset =" https://github.com/codingjoe/django-mail-auth/raw/main/images/logo-light.svg" >
7+ <img alt =" Django MailAuth: Secure login links; no passwords required!" src =" https://github.com/codingjoe/django-mail-auth/raw/main/images/logo-light.svg" >
8+ </picture >
9+ </p >
10+
111================
212Django Mail Auth
313================
414
515|version | |docs | |coverage | |license |
616
7- .. figure :: sample.png
8- :width: 425
9- :alt: screenshot from a login form
10-
1117Django Mail Auth is a lightweight authentication backend for Django,
1218that does not require users to remember passwords.
1319
@@ -19,6 +25,10 @@ Django Mail Auth features:
1925- drop in Wagtail login replacement
2026- extendable SMS support
2127
28+ .. figure :: sample.png
29+ :width: 425
30+ :alt: screenshot from a login form
31+
2232This project was inspired by:
2333
2434- `Is it time for password-less login? `_ by `Ben Brown `_
Original file line number Diff line number Diff line change 1+ """Secure login links; no passwords required."""
You can’t perform that action at this time.
0 commit comments