-
It's rather a curious question. I have noted, mostly TOTP JS libraries are not being maintained for years. What's stopping devs to maintain these libraries.
-
TOTP shall be immue against repeat acts and against brute force acts.
-
# Acceptance Criteria:
### Creating an entry in the Passwords App
- [ ] Users can choose to save the username/phone/email & password credentials to the Passwords app after signing up with an Authgea…
-
_"Time-based one-time password (TOTP) generator using LFS"_
But what does **LFS** stand for? I searched for _"totp lfs"_ but nothing helpful turned up.
chri2 updated
7 months ago
-
**Describe the bug:**
Hello, I'm trying to access my self-hosted installation of passbolt with go-passbolt-cli and I'm always receiving the following error whatever method I set in `--mfaMode`
…
-
When you are entering the TOTP code when verifying setup on the User Profile verification fails if there is a space anywhere in the entered text. This can happen if someone copies the code out of an a…
-
## Overview
## Steps to Reproduce
1. Set up an authelia instance & account
2. Set up TOTP 2FA for that account
3. Login with the Password for that account (works with KeePass Autofill)
4. Get t…
-
To increase security accounts that aren't using SSO, we can offer users the ability to setup multi-factor authentication on their accounts.
Given the current registration requirements, accounts hav…
-
### 👟 Reproduction steps
Auto fill OTP only fills in first textbox.
Copy paste has same behaviour.
### 👍 Expected behavior
Fill OTP across all the fields.
### 👎 Actual Behavior
Fills i…
-
Here is my Code:
```
var userToken = speakeasy.totp({
secret: screte_code,
digits: 6,
encoding: 'base32',
algorithm: 'sha1',
// encoding: 'b…