Giter VIP home page Giter VIP logo

symfony-2fa-authenticator's Introduction

Two Factor Authenticator Implementation in Symfony

Steps Followed

  • composer create-project symfony/website-skeleton symfony-2fa-authenticator
  • cd symfony-2fa-authenticator
  • composer require symfony/security-bundle
  • php bin/console make:user
  • composer require scheb/two-factor-bundle
  • Update the Database Details in the .env file
  • Doctrine Schema Update
  • Create the User via front end or inserting directly into the DB
  • Update the code and config with the Simple Login
  • Update the exist route of 2FA route/scheb_two_factor.yaml into the routes.yaml file
  • Configure the firewall in the security.yaml file
  • Update the authentication token we are using in the config/packages/scheb_two_factor.yaml file
  • For the Model file of the entity, implement the TwoFactorInterface based on the 2-factor Authenticator ( Google, TOTP) and create a column to the store the secret key for the user.
  • Doctrine Schema Update
  • Create a twig for the 2-factor authenticator form
  • Update the configuration for Google Authenticator or TOTP in the config/packages/scheb_two_factor.yaml about enabling it, server name, issuer name, etc.
  • Composer require endroid/qr-code-bundle for the QR code display
  • Create a controller, and service to generate the secret key for the Authenticator of that user to store in the DB and display the QR code
  • From the Front end do a normal login and go the secret key generator routes defined in the above step and generate the secret key, scan the QR code displayed, and logout.
  • Next time when you log in for the same user it will ask for the 2-factor authenticator password, just the enter the password from the Authenticator.

References:

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.