GithubHelp home page GithubHelp logo

Comments (8)

ickbinhier avatar ickbinhier commented on May 29, 2024

The problem occurs naturally only on when the user on a route is the no POST can.

I have now resorted me so that I have a fixed route set the POST can. But the commodity is not, of course.

from two-factor-bundle.

scheb avatar scheb commented on May 29, 2024

The problem seems to be, that URL validation of the routing component is triggered before two-factor authentication. At the moment I have no idea how to fix it. I'm not deep enough into Symfony internals for that.

from two-factor-bundle.

ickbinhier avatar ickbinhier commented on May 29, 2024

Does the form need to be sent to the original route because? Or can I form also be geschcickt to a specially defined Fake route? White Scheb / two-factor-bundle then where I really wanted to go?

I try that tomorrow times ...

from two-factor-bundle.

scheb avatar scheb commented on May 29, 2024

I was able to reproduce the problem, but unfortunately I didn't find a way to prevent the RouterListener from throwing that exception.
A solution would be to post to a route which supports POST requests. But you will lose the target URL! The bundle will always redirect (with GET) to the URL the post has been sent to.

from two-factor-bundle.

stof avatar stof commented on May 29, 2024

The bundle will always redirect (with GET) to the URL the post has been sent to.

This seems to be the issue. Storing the needed target URL in the session (as done for form login in symfony) looks better.

from two-factor-bundle.

ickbinhier avatar ickbinhier commented on May 29, 2024

@scheb Has someone already tried?

from two-factor-bundle.

scheb avatar scheb commented on May 29, 2024

No, not yet. This would require rewriting the parts of the bundle, where the authentication form is being displayed.

from two-factor-bundle.

scheb avatar scheb commented on May 29, 2024

This issue is solved in the upcoming 3.0 version. Check out the beta.

from two-factor-bundle.

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.