python-n26 icon indicating copy to clipboard operation
python-n26 copied to clipboard

mfa is broken

Open julian-klode opened this issue 2 years ago • 6 comments

Trying to approve logins I get "Ein Fehler ist aufgetreten. Wir kümmern uns umgehend darum".

It seems that the web interface now logs in differently; you get a different prompt on the phone than you did with older login methods.

julian-klode avatar Oct 02 '23 19:10 julian-klode

Oh god, it tries to log in via graphql on the website, oh no.

julian-klode avatar Oct 02 '23 19:10 julian-klode

Hi, same issue here, I get an error when clicking to confirm login on the app. I hope this can get fixed! Unfortunately I do not have the knowledge to figure it out myself.

MadeInPierre avatar Oct 02 '23 19:10 MadeInPierre

It seems that adding the additional headers

    "n26-timezone-identifier": "Europe/Paris",
    "x-n26-platform": "android",
    "x-n26-app-version": "3.73",
    "n26-app-build-number": "202203000",

as in #120 makes it work again.

julian-klode avatar Oct 02 '23 19:10 julian-klode

Hey @julian-klode, I tried adding these additional headers but didn't work for me. Any idea?

juanjo3ns avatar Oct 06 '23 21:10 juanjo3ns

same for me, didn't work

steffen-lorenz avatar Oct 07 '23 14:10 steffen-lorenz

Adding the headers worked for me, but we will have to face the reality, that long term this will simply stop working :/.

AlexH-HankIT avatar Oct 08 '23 04:10 AlexH-HankIT