The Wayback Machine - https://web.archive.org/web/20220430050240/https://github.com/topics/one-time-password
Skip to content
#

one-time-password

Here are 49 public repositories matching this topic...

mssayari
mssayari commented Dec 6, 2021

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

good first issue feat
iOS-OTP-Authentication

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