Download the PHP package larakeeps/authguard-otp without Composer
On this page you can find all versions of the php package larakeeps/authguard-otp. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download larakeeps/authguard-otp
More information about larakeeps/authguard-otp
Files in larakeeps/authguard-otp
Package authguard-otp
Short Description AuthGuard OTP is a package intended for random code generation, validation and confirmation (OTP).
License MIT
Homepage https://github.com/douglasssantos/authguard-otp
Informations about the package authguard-otp
AuthGuard OTP
AuthGuard OTP is a package intended for random code generation, validation and confirmation (OTP). Normally the OTP is used with a validator code or token that is sent by email or SMS to authenticate or authorize a certain action in the project.
This repository is only compatible with laravel: 7.*
to 11.*
Installation
First Step, execute the command.
Second step, run the migration to create the tables:
Third step, publish the authguard configuration, to publish the configurations run the command below:
Generating otp code
Checking for the existence of generated code and viewing the generated data.
Confirm whether the code entered is valid and whether it was actually confirmed.
Deleting an OTP code.
Don't forget to follow me on github and star the project.
My contacts
E-mail: [email protected]
Linkedin: Acessa Perfil
All versions of authguard-otp with dependencies
illuminate/http Version *
illuminate/database Version *
illuminate/collections Version *