-
Branching this off #2862, as it's now related to the client-specific stuff.
We should have an option for users to use a TOTP-based two-factor authentication method, in addition for the current, ema…
-
```
Were I a Java developer I'd give a crack at this myself. I'm not, though.
It looks like there's a pretty good write-up at:
http://thegreyblog.blogspot.com/2011/12/google-authenticator-using-it-i…
-
Hey, I am testing 2FA login with the following implementation:
generate code:
```ruby
if u.method_email?
u.otp_secret = User.generate_otp_secret
u.save!
…
-
Because of overriding \_\_init__() with *args, **kwargs argument we are missing arguments documentation for base class.
-
I'm reporting here some working code that I used as a proof-of-concept, to connect via SSH to a server requiring 2FA via the Google Authenticator (since I currently have - but not for long - access to…
-
In the same way that a field exists for "Has TOTP," I would suggest adding another one called "Has Passkey."
I have some login credentials with passkeys and others without. It would be useful to se…
-
With #623 support for a new userLabel "initial" was added which prevents the credentials from being set if the user already exists. However, it can trigger a false update when only the password has c…
-
### Steps To Reproduce
1. Go to the app settings tab
2. Enable "Unlock with Touch ID"
3. Press the home button to exit Authenticator
4. Tap on the Authenticator app to enter it again without req…
spuk- updated
2 weeks ago
-
Hi,
Currently, persona-totp is a good example of a persona identity provider but it is not extensible, reusable or modular in that it has templates, verify function, etc. hard-coded.
We would like t…
-
because the export was declared using "="
I just had to change
```ts
// index.d.ts
interface TotpOptions {
period?: number | undefined;
/**
* The desired SHA variant (SHA-…