shoaib-akhunzada / GoogleAuthenticator

Google Authenticator in Symfony 5

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Google Authenticator in Symfony 5

  • Symfony 5.*
  • Login and Registration
  • Authenticated User Dashboard
  • User Settings Page for turning on/off/reconfiguring two factor authentication.
  • Two factor authentication / Symfony Google Authenticator
  • Password Reset
  • TOS Acceptance

Configuration and setup

  1. Composer update.
  2. Update .env file for database, email and recaptcha set up
  • MAILER_DSN
  • GOOGLE_RECAPTCHA_SITE_KEY=
  • GOOGLE_RECAPTCHA_SECRET=
  • DATABASE_URL=
  1. Run command for database creation : php bin/console doctrine:database:create
  2. Run command for tables creation : php bin/console doctrine:schema:create

About

Google Authenticator in Symfony 5

License:MIT License


Languages

Language:PHP 72.7%Language:Twig 27.3%