-
I had initially suggested this in http://tools.ltb-project.org/issues/818. For reference:
> Provide 2FA (TFA) as an option for verification of the user. There are some 2FA PHP modules (https://github…
-
Certain aspects of the QR code and the authenticator should be configurable by the developer or CMS admin. This list includes:
* length of token (currently defaults to 6)
* Allow freshly expired o…
-
As a user, after scanning the QR code in the CMS, I need to enter the TOTP code to update my settings.
ACs:
- [ ] There is a field to enter the confirmation code below the QR code
- [ ] The TOTP …
-
I think the current instructions will confuse many folks who are new to TOTP or 2FA in general.
![Screen Shot 2022-10-25 at 7 36 10 AM](https://user-images.githubusercontent.com/484068/197803239-e…
-
Since the release of iOS 9 it appears that the device time is not synchronizing correctly which is resulting in codes that cannot be verified by servers that are using any other NTP solution (e.g. hav…
-
- Since it's not that uncommon
- Even pyotp supports it
```python
import pyotp
pyotp.TOTP('mysecret', digits=8).now() # 81227885
```
- but current code is limited to 6 digits
https://github.com…
-
### Expected behavior
Go to website
Moolticute detects login fields
Type username + defined keystroke
Type password + defined keystroke
Type TOTP sequence + defined keystroke.
Login and Great su…
-
Hi,
I would like to use Two Factor Authentication (like Google Authenticator) with osTicket. I could not find any plugin to support this nor any useful sites on Google about this.
I might implem…
-
### Preflight checklist
- [X] I could not find a solution in the existing issues, docs, nor discussions.
- [X] I agree to follow this project's [Code of Conduct](https://github.com/ory/kratos/blob/ma…
-
## Endpoint to verify TOTP
### Problem
Nowadays it's very often to find applications where the user is required to enter a TOTP to authorize certain application related actions (e.g. approve a sel…