Laravel Otp Versions Save

OTP generator and validator

v2.0.0

5 months ago

Changelog

  • Support generation of alphanumeric tokens
  • Abolish the use of Facades
  • Refactor validate()
  • Show useful information when using otp:clean

v1.4.2

8 months ago

Changelog

  • Switched from mt_rand to random_int
  • Remove redundant code

v1.4.1

3 years ago

This release allows you to clear expired tokens with an artisan command, check the README for instructions.

v1.4.0

4 years ago

Fix to resolve migrations not running on linux servers

v1.3.0

4 years ago

v1.1.1

4 years ago

Changelog

  • Data now returns as objects

v1.1.0

4 years ago

Refactor

  • Strict equlaity operator
  • Changed md_rand() to random_int()
  • Reduced conditionals

v1.0.0

4 years ago

The very first release out of Beta