Alex
Alex
@Chocobozzz I think it's a good idea. Especially stuff like LDAP Authentication can be easily integrated, if one is using laravel. We could even build in support for remote servers...
@KarimGeiger I'm facing the same issues as you. Did you find a solution? Thanks.
Same problem here.
For me it worked sending the "x-tpp-userip" header, as stated in the documentation: https://docs.n26.com/cs/N26-PSD2-FallbackAPI-PISP-access-documentation.pdf > If those policies above are not respected, there is no guarantee you will not be...
Stopped working for me today with the "x-tpp-userip". Had to change the global (authentication) url from "https://api.tech26.global" to "https://api.tech26.de" to make it work again. Not sure whats going on :/...
> I started to get the oauth error recently, and as I only need the balance I tried https://github.com/guitmz/n26/ instead which just works. I didn't debug anything futher. I'm guessing...
Adding the headers worked for me, but we will have to face the reality, that long term this will simply stop working :/.
Did you double check, that your credentials are actually correct? The script eats error messages and just outputs no data, if the crednetials for SQL server access are incorrect. For...
This library should promote security by design, therefor disabling the certification verification or even making it possible to disable it is a very bad idea imho. Which OS do you...
It works fine using the "DuofernStickThreaded" class, which the CLI script also uses. ```` stick = DuofernStickThreaded(serial_port="/dev/duofernstick") stick._initialize() stick.start() ````