The Single Sign-On Multi-Factor portal for web apps
-
Updated
Jul 10, 2022 - Go
{{ message }}
The Single Sign-On Multi-Factor portal for web apps
A free, secure and open source app for Android to manage your 2-step verification tokens.
Describe the feature you want:
It would be nice if, by default, the theme of the extension matches the system (browser) theme.
Why do you want this feature in Authenticator?
This is how most mobile and desktop applications and extensions work. And this is what most users expect.
A One Time Password Authentication package, compatible with Google Authenticator.
This version won't be maintained!
Change the design of input fields as following:
border: 1px solid #f9f7f775;
background-color: #00000040;
this makes it better readable and visual recognisable.
Manage AWS MFA Security Credentials
Minimal TOTP generator in 20 lines of Python
Two-Factor Authentication Client for iOS
A One Time Password Authentication package, compatible with Google Authenticator for Laravel
Two-Factor Authentication for WordPress.
A Web app to manage your Two-Factor Authentication (2FA) accounts and generate their security codes
Feature Description
PlanetScale is mysql compatible server less database.
Describe the solution you'd like
Check if we can continue using gorm with db type mysql and connection string of planetscale.
If so add support for new database type called planetscale. Make relevant changes in db provide
[ABANDONED] Two-factor authentication for Symfony 2 & 3 applications
Generate 2FA tokens compatible with Google Authenticator
Two-factor authentication for Symfony applications
Enhanced fork of FreeOTP-Android providing a feature-rich 2FA authenticator
Tasks:
A one-time password (HOTP/TOTP) library for Java
If you're creating a new OAuth2 client, and you're using a client_id that's already in the system, a12nserver will emit a 500 error due to a violation of the unique constraint.
It would be nice if instead we threw a more user-friendly error. This should probably be a 409 conflict.
Add a description, image, and links to the 2fa topic page so that developers can more easily learn about it.
To associate your repository with the 2fa topic, visit your repo's landing page and select "manage topics."
What are you trying to do?
When using the
tailscaleCLI, it would be very helpful to have shell tab completion for things like subcommands, nodes, and more to make it easier to use.How should we solve this?
The command line argument parsing library that the CLI currently uses does not support the automatic generation of completion definitions: