georgemarshall/django-cryptography

Working with OTP

kwhandy opened this issue · 1 comments

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

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.