django-good-otp
django-good-otp copied to clipboard
Yet Another Implementation of One-Time-Password-Authentication for Django
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more. This repository currently has no open or pending branches. ## Detected dependencies github-actions .github/workflows/deploy.yml...
So ive got the otp working on the admin page but was wondering how to confirm it through my users ?
Secret key can be able to be encrypted with encryption algorithm like AES 256. Of course, the user should be able to choose whether use encryption feature or not, and...