#
two-factor
Here are 72 public repositories matching this topic...
List of sites with two factor auth support which includes SMS, email, phone calls, hardware, and software.
-
Updated
Nov 17, 2021 - SCSS
**NOT MAINTAINED** Two-factor authentication for Node.js. One-time passcode generator (HOTP/TOTP) with support for Google Authenticator.
-
Updated
Feb 5, 2021 - JavaScript
nodejs
otp
browser
two-factor
hotp
authenticator
hmac
google-authenticator
two-factor-authentication
2fa
one-time-passwords
-
Updated
Sep 20, 2021 - TypeScript
python
opensource
otp
authentication
certificates
identityserver
two-factor
idm
mfa
two-factor-authentication
ca
2fa
otp-server
-
Updated
Nov 17, 2021 - Python
PHP library for Two Factor Authentication (TFA / 2FA)
-
Updated
Nov 2, 2021 - PHP
A Security Framework for Python applications featuring Authorization (rbac permissions and roles), Authentication (2fa totp), Session Management and an extensive Audit Trail
-
Updated
Jul 23, 2018 - Python
Generate 2FA tokens compatible with Google Authenticator
-
Updated
May 23, 2020 - Go
The best React Native example for phone verification (an alternative to Twitter Digits).
react
android
verify
ios
react-native
twilio
sms
countries
two-factor
message
global
digits
number
plivo
two-factor-authentication
phone-verification
country-picker
-
Updated
Jul 31, 2017 - JavaScript
.Net library for Two Factor Authentication (TFA / 2FA)
-
Updated
Feb 4, 2021 - C#
A Web app to manage your Two-Factor Authentication (2FA) accounts and generate their security codes
-
Updated
Nov 14, 2021 - PHP
-
Updated
Nov 17, 2021 - JavaScript
One Time Password (HOTP/TOTP) library for Node.js, Deno and browsers.
nodejs
javascript
security
node
otp
browser
two-factor
auth
totp
hotp
authenticator
google-authenticator
node-js
two-factor-authentication
two-step-authentication
otpauth
two-step
deno
-
Updated
Nov 7, 2021 - JavaScript
-
Updated
Nov 11, 2021 - JavaScript
-
Updated
Nov 14, 2021 - PHP
Vonage Server SDK for Java. API support for SMS, Voice, Text-to-Speech, Numbers, Verify (2FA) and more.
java
verify
authentication
dtmf
phone
messaging
sms
voice
verification
two-factor
telecom
sms-api
two-factor-authentication
server-sdk
psd2
vonage
developer-destination
-
Updated
Jun 22, 2021 - Java
Better authentication for HTTP
-
Updated
Jan 10, 2017 - Go
TOTP and HOTP Token for Andriod Devices
-
Updated
Feb 25, 2021 - Java
Apache two-factor (2FA) authentication with Google Authenticator based on Time-based One-Time Password (TOTP) or HMAC-based one-time password (HOTP) Algorithms.
-
Updated
Sep 30, 2020 - Python
An effective, simple, and async security library for Sanic.
python
jwt
authentication
login
register
async
captcha
sanic
permissions
verification
session
two-factor
roles
python3
aiohttp
authorization
token
sanic-framework
-
Updated
Nov 8, 2021 - Python
Two-factor authentication tray app in macOS
-
Updated
Dec 17, 2020 - Swift
Time-Based One-Time Password Code Generator
authentication
password
two-factor
passcode
totp
authenticator
two-factor-authentication
totp-tokens
totp-tfa
-
Updated
Nov 2, 2021 - Go
Two factor authentication.
-
Updated
Jun 21, 2021 - PHP
Craft plugin for two-factor or two-step login using Time Based OTP.
-
Updated
Nov 8, 2021 - PHP
2 Factor Authentication (2FA) library
-
Updated
Jan 31, 2020 - PHP
React Native wrapper for Android's SMS User Consent API, ready to use in React Native apps with minimum effort.
-
Updated
Oct 4, 2021 - Java
Firefox addon that generates TOTPs for 2 factor authentication
-
Updated
Aug 10, 2021 - JavaScript
Generating 2FA codes in your terminal
-
Updated
Jan 24, 2021 - Shell
Counter-Strike: Global Offensive Report / Commend Bot
-
Updated
Mar 13, 2018 - JavaScript
Improve this page
Add a description, image, and links to the two-factor topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the two-factor topic, visit your repo's landing page and select "manage topics."
Percona is quite strict on having primary keys on all tables (and rightly so).
Please add primary keys to all tables, even if it's just an auto-increment.
It's mostly just the following tables:
authentication_logs (could just get a auto-increment primary key added)
identity_verification_tokens (could just set the token as primary key)