EDIT
i am looking to implement a 2 step authentication into my django application. Previously , i have used the package django-two-step-auth, however i have made the decision to adopt the django x react.js combination. Unfortunately there is not much documentations talking about using this package with DRF. Has anyone successfully implemented the package in their django x react application? It would be great if someone could point me in the correct direction!
Thanks