django-good-otp icon indicating copy to clipboard operation
django-good-otp copied to clipboard

Yet Another Implementation of One-Time-Password-Authentication for Django

Results 4 django-good-otp issues
Sort by recently updated
recently updated
newest added

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 ?

`name` field can be editable.

enhancement

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...

enhancement