Giter Club home page Giter Club logo

Comments (3)

scheb avatar scheb commented on September 3, 2024 1

Since you're seeing the Two-factor provider "email" prepared. message in the logs, the preparation did take place. So it must be related with preparation state - how the bundle remembers if preparation for a 2fa-provider already took place. The bundle stores that state in the security token. So my guess would be one of:

  • the state of the security token was not persisted, so you're losing the information about preparation on the next request
  • the state of the security token is not properly recovered on the next request
  • something in your application is recreating the security token from scratch and not taking over the preparation state

First thing that I'd do: check how the security looks like on the request, when you get that error message.

from 2fa.

scheb avatar scheb commented on September 3, 2024 1

Dump the security token (you get that from the security.token_storage service).

It must be a TwoFactorToken in the phase between "login" and "authentication complete", when the applications waits for the user to enter the security code.

See TwoFactorToken implementation.

The prepared 2fa providers are remembered in the token, specifically in the $preparedProviders property.

from 2fa.

nathanphan avatar nathanphan commented on September 3, 2024

@scheb we are right on the third point that I am creating security token from scratch with the help of JWT provider. So how to check or enable taking over the preparation state .
Do you have any example for that?

check how the security looks like on the request

For that quote: what is the class should I check please?

from 2fa.

Related Issues (20)

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.