The Wayback Machine - https://web.archive.org/web/20220430050240/https://github.com/topics/one-time-password
Here are
49 public repositories
matching this topic...
A react-native confirmation code field compatible with IOS, Android
Updated
Jan 17, 2022
TypeScript
A one-time password (HOTP/TOTP) library for Java
Updated
Apr 15, 2022
Java
OTP inputs for React-Native
Updated
Apr 29, 2022
TypeScript
This package provides convenient methods for sending and validating OTP notifications to users for authentication.
An OTP Screen for your iOS app with all that you require from validation to UX consideration.
Updated
Oct 18, 2020
Swift
One-Time Password Generator
Updated
Jul 13, 2021
Swift
Updated
Mar 27, 2022
HTML
HOTP and TOTP algorithms for 2-step verification (for OCaml). 🕙 🔐 🔢 🐫
Updated
Mar 27, 2022
OCaml
HMAC-Based One-Time Password (HOTP) Algorithm
Updated
Mar 1, 2022
JavaScript
One-time password lib for Deno 🦕 ⏱ (TOTP/HOTP)
Updated
Jan 12, 2022
TypeScript
Secure OTP (One-Time Password) generator for Sailfish OS
Simple, basic OTP library written in Zig.
jCat One Time Password Manager
Updated
Sep 26, 2021
Swift
One-time password PHP implementation of HMAC-based algorithm according to RFC 4226 and RFC 6238 compatible with Google Authenticator.
Nim One-Time Password Library
The one-time password manager for the terminal, with interactive and fancy TUI
Updated
Apr 12, 2022
Rust
Dart One-Time Password module.
HMAC- and Time-Based One-Time Password (HOTP / TOTP) Command Line Interface
Updated
Jul 3, 2021
JavaScript
Small 2FA library compatible with google authenticator and authy.
Go library for one-time passwords, supports HOPT and TOPT (Google Authenticator compatible)
Nim library for verifying and generating One Time Passwords
A simple, easy-to-use one-time password generator implementation for .NET Core 3.1. Compatible with Google Authenticator.
An one-time password generation library written in Go, implementing HOTP (RFC-4226) and TOTP (RFC-6238).
This demo is of iOS based OTP Authentication, used to verify your mobile number with OTP (One Time Password).
Updated
Dec 10, 2021
Swift
One time password generation trait for Laravel
zero dependency time-based one-time password provider based on rfc6238
Updated
Apr 26, 2021
TypeScript
Python package for One-Time Password
Updated
Aug 2, 2019
Python
OTP codes (One-time passcodes) made shorter
Updated
Jul 2, 2021
TypeScript
Improve this page
Add a description, image, and links to the
one-time-password
topic page so that developers can more easily learn about it.
Curate this topic
Add this topic to your repo
To associate your repository with the
one-time-password
topic, visit your repo's landing page and select "manage topics."
Learn more
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.
Hi,
I'm using this package for 2 weeks with SMS channel. I noticed that users are spamming by only refreshing otp protected routes.
I could prevent this by extending middleware and putting a simple condition with otp_last_sent timestamp in session and a simple timer in otp.create view to show that they can only request for new code after 1 minute.
I think you can implement this with dynam