File tree Expand file tree Collapse file tree 4 files changed +39
-4
lines changed
Expand file tree Collapse file tree 4 files changed +39
-4
lines changed Original file line number Diff line number Diff line change 1+ .. image :: https://github.com/codingjoe/django-mail-auth/raw/main/images/logo-dark.svg
2+ :align: center
3+ :class: only-dark
4+
5+ .. image :: https://github.com/codingjoe/django-mail-auth/raw/main/images/logo-light.svg
6+ :align: center
7+ :class: only-light
8+
19================
210Django Mail Auth
311================
412
513|version | |docs | |coverage | |license |
614
7- .. figure :: sample.png
8- :width: 425
9- :alt: screenshot from a login form
10-
1115Django Mail Auth is a lightweight authentication backend for Django,
1216that does not require users to remember passwords.
1317
@@ -19,6 +23,10 @@ Django Mail Auth features:
1923- drop in Wagtail login replacement
2024- extendable SMS support
2125
26+ .. figure :: sample.png
27+ :width: 425
28+ :alt: screenshot from a login form
29+
2230This project was inspired by:
2331
2432- `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