Skip to content

A laravel app to demonstrate the functionality of boxed-code/laravel-challenge.

Notifications You must be signed in to change notification settings

boxed-code/laravel-challenge-demo

Repository files navigation

Laravel Challenge - 2FA Demo

A laravel app to demonstrate the functionality of boxed-code/laravel-challenge.

Getting Started

  • Clone or download the zipball of this repository
  • Install with composer install
  • Setup your mail configuration in the .env. file
  • Create a user using ./artisan tinker and then User::create(['name' => 'User', 'email' => '[email protected]', 'password' => Hash::make('password')])
  • Login an enrol yourself to the default 'email' verification method at http://localhost/tfa/email/enrol
  • Logout and the back in again to be challenged for 2FA via e-mail.

License

MIT

About

A laravel app to demonstrate the functionality of boxed-code/laravel-challenge.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages