georgemarshall / django-cryptography

Easily encrypt data in Django
https://django-cryptography.readthedocs.io/
BSD 3-Clause "New" or "Revised" License
371 stars 70 forks source link

Working with OTP #49

Open kwhandy opened 3 years ago

kwhandy commented 3 years ago

How is this work when we use OTP from 3rd party like Twilio or something? Still work doesn't it?

thismatters commented 3 years ago

OTP is about user authorization/authentication while this project is about database level encryption. The two concerns don't overlap too much and there should not be compatibility issues between this package and packages which facilitate OTP.