You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+15-1
Original file line number
Diff line number
Diff line change
@@ -19,10 +19,24 @@ FIDO2/WebAuthn is the big-ticket item for MFA. It allows the browser to interfac
19
19
***android-safetynet** (Chrome 70+)
20
20
***NFC devices using PCSC** (Not Tested, but as supported in fido2)
21
21
22
+
**Database support**: Depends on *either* PostgreSQL or Django 3.1+, or both for a sane JSONField implementation. If you're on Postgres, you can carry on using Django 2.x but SQLite3, MySQL, Oracle, etc users will need to upgrade.
23
+
24
+
# Python and Django Support
22
25
This project targets modern stacks. Django 2.2+ and Python 3.5+.
23
26
24
-
**Database support**: Depends on *either* PostgreSQL or Django 3.1+, or both for a sane JSONField implementation. If you're on Postgres, you can carry on using Django 2.x but SQLite3, MySQL, Oracle, etc users will need to upgrade.
27
+
This project officially supports Python 3.8+ and Django 3.2+.
0 commit comments