utkarsh/laravel-two-step-verification

A laravel package which adds the 2 step verification api.

2.2.4 2017-02-09 09:18 UTC

This package is not auto-updated.

Last update: 2024-05-26 00:20:31 UTC


README

A laravel plugin to easily implement Google Authenticator.

Installation

Install it via composer composer require utkarsh/laravel-two-step-verification

Then add the TwoStepVerificationServiceProvider to the providers array in config/app.php. Utkarsh\TwoStepVerification\Providers\TwoStepVerificationServiceProvider::class,

then add the TwoStepVerification alias to the aliases array in the same file. 'TwoStepVerification' => Utkarsh\TwoStepVerification\Facades\Authenticate::class,

Usage

Coming Soon!