Skip to content

Releases: ferdousulhaque/laravel-otp-validate

Minor Fix for the Guzzle getResponseBodySummary function exception

Choose a tag to compare

@ferdousulhaque ferdousulhaque released this 14 Oct 10:34

Minor Fix for the Guzzle getResponseBodySummary function exception. Guzzle new versions don't have this function anymore.

PHP version Support and AWS SNS Support Updated

Choose a tag to compare

@ferdousulhaque ferdousulhaque released this 14 Oct 10:26

One major change and few minor optimisation changes are done in the package. Those are listed as below:

  • Only support for PHP versions 7.4 and above and 8.0 and above.
  • Refactoring for any exceptions throw changed and a default error message is given
  • AWS SNS Typo updated, with typed variables

Support for AWS SNS

Choose a tag to compare

@ferdousulhaque ferdousulhaque released this 15 May 04:35

This is a minor release.

  • Support for AWS Simple Notification Service [SNS]
  • Minor Typo Mistakes Fixed and Updated Readme

Support for Any Laravel

Choose a tag to compare

@ferdousulhaque ferdousulhaque released this 10 Dec 16:03

This is a minor release.

  • Support for Any Laravel
  • Update on created issues

Support for Laravel 8

Choose a tag to compare

@ferdousulhaque ferdousulhaque released this 10 Oct 07:05

This is a minor release.

  • Support for Laravel 8

Refactoring and Improvement

Choose a tag to compare

@ferdousulhaque ferdousulhaque released this 25 Aug 14:12

There are few updates on the package:

  • Dynamic OTP Table Name
  • Lumen Support for the package
  • Transport Layer Decoupling
  • Minor Bug Fixes

Security Enhancement and Response Code Update

Choose a tag to compare

@ferdousulhaque ferdousulhaque released this 05 Aug 14:44

This release includes security enhancement for the unique code generation, request and response codes updated as per RFC 2616

First Release of the Package

Choose a tag to compare

@ferdousulhaque ferdousulhaque released this 02 Aug 05:06

This is the first release of the package for OTP validator of Laravel. This package includes all the basic features of the OTP validation process. Please follow the README.md to get more details. Hope this will be helpful for everyone to use, I am also preparing one integration article for usage.