12 Commits

Author SHA1 Message Date
nswain
c34efd6ba9 Use decode method to decode the byte string instead of casting it to string and replacing the byte string syntax in the string. 2020-09-09 09:15:53 -06:00
nswain
b5b308a757 Removes embedded bytestring syntax from email message body.
e.g.: "b'Hello user, here's your code: 81244'" -> "Hello user, here's your code: 81244"
2020-09-09 09:15:53 -06:00
nswain
55375f7002 Adds never_cache decorator to TOTP and Email start and auth views to prevent browser from caching previous codes. 2020-08-26 11:06:31 -06:00
Mohamed El-Kalioby
b9f06f8d9c Adding Example app 2019-06-20 21:13:05 +03:00
Mohamed El-Kalioby
215262a2c7 Adding Example App 2019-06-20 19:15:55 +03:00
Mohamed ElKalioby
ed204c1d85 Add id to the session dict, Jumped to v1.5 2019-06-20 16:05:23 +03:00
Mahmood Nasr
3a9bfd79fa Fixed A bug While Sending Emails Without MFA 2019-03-24 16:22:11 +03:00
Mahmood Nasr
dc9ac7895c User Model USERNAME_FIELD setted 2019-03-24 15:06:11 +03:00
Mohamed ElKalioby
6efd643022 Python3 Support 2019-01-23 10:42:50 +03:00
Mohamed El-Kalioby
97e4a3a2ab Supporting Email Token 2019-01-21 19:19:50 +03:00
Mohamed El-Kalioby
ec97806138 Allowing Email Token 2019-01-21 18:32:21 +03:00
Mohamed ElKalioby
d74e286dff Doing Email OTP 2019-01-21 16:22:08 +03:00