Anders Pitman
Anders Pitman
Hi @OperativeThunny. The main problem with this is that obligator doesn't store any user data (all state is client side in JWT cookies), so there's nowhere to store a link...
Tailscale is the best thing I can think of. Maybe combined with their Funnel service? I'm not aware of any pure tunnels that run on Android. I prototyped this a...
It's just a placeholder to remind me to check it out and consider adding it to the list. PR welcome!
Thanks @EliteTK. Happy to accept this just requested one small change.
@EliteTK sorry I lost track over this. Thank you!
I'm not opposed to just using the SVG. Are there any potential pitfalls to that approach? Last time I checked some browsers have issues with SVG favicons, but the logo...
Wow that was quick thank you! It's almost working. I just needed to await otp_callback for my code to work: https://github.com/mkb79/Audible/blob/2e4390fca307a03259365316b31bcd05e8d0e6b0/src/audible/login.py#L488
Yeah custom otp_callback because I'm showing an input dialog to the user if the OTP is triggered. I'll likely need to do the same for the other callbacks
Is there a way to implement it in your library so that it works whether the user provides a sync or async callback? Not sure if that's possible in Python
@mkb79 is this still planned eventually?