Christian Scheb
Christian Scheb
There is no such thing as a TTL for 2fa. You must have some authentication provider in your application, which is creating a new security token, which in effect starts...
Please follow the troubleshooting guide: https://symfony.com/bundles/SchebTwoFactorBundle/6.x/troubleshooting.html#two-factor-authentication-form-is-not-shown-after-login And it would be great if you could post your 2fa bundle config file as well.
I'm sorry, I can't give you good advice on that. I haven't worked with LexikJWTAuthenticationBundle yet, so I don't know how its authentication mechanism is working. The best advice that...
Branch [php8.2](https://github.com/scheb/2fa/tree/php8.2) is now available to play around with PHP 8.2. Will merge to main branch and create a proper release, once PHP 8.2 is officially released. Btw. thanks for...
Well, I guessed that you're doing it, since you like living on the edge ;)
Yea, understood. Would definitly make sense to get some better support from the library when dealing with these multi-fetch requests. Right now it's just transforming the data from the API...
I'm not aware of an API endpoint to retrieve that data. If you find one, let's talk about adding it to the library. (To be clear, parsing the HTML I'm...
The data from `defaultKeyStatistics` and `financialData` seems to be pretty much what's shown on that statistics page. I could imagine this being interesting to other people as well. I'd accept...
Great, a first rough draft would be good enough. Would suggest to implement some of the fields, so we get an idea of the implementation and then we can extend...
Closing due to inactivity. Maybe someone wants to pick this up in the future.