Download the PHP package graxmonzo/laravel-one-time-password without Composer
On this page you can find all versions of the php package graxmonzo/laravel-one-time-password. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download graxmonzo/laravel-one-time-password
More information about graxmonzo/laravel-one-time-password
Files in graxmonzo/laravel-one-time-password
Package laravel-one-time-password
Short Description laravel-one-time-password
License MIT
Homepage https://github.com/graxmonzo/laravel-one-time-password
Informations about the package laravel-one-time-password
laravel-one-time-password
Laravel implementation of Rails's active_model_otp package.
Simple OTP generation.
Installation
You can install the package via composer:
Usage
Your Eloquent models should use the GraxMonzo\OneTimePassWord\HasOTP
trait and the GraxMonzo\OneTimePassWord\OTPOptions
class.
The trait contains an abstract method otpOptions()
that you must implement yourself.
Your models' migrations should have a fields to save the OTP secret and counter to.
Here's an example of how to implement the trait:
With its migration:
Get code
Verify code
Verify code with counter adjust
Testing
Changelog
Please see CHANGELOG for more information on what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security Vulnerabilities
Please review our security policy on how to report security vulnerabilities.
Credits
- GraxMonzo
- All Contributors
License
The MIT License (MIT). Please see License File for more information.
All versions of laravel-one-time-password with dependencies
christian-riesen/base32 Version ^1.5.2
spomky-labs/otphp Version 10.0.1