Lorenz Brun
Lorenz Brun
I have started working on OIDC integration in https://github.com/plankanban/planka/pull/203, would this also work for you?
Be warned, it's not pretty :sweat_smile: https://github.com/lorenz/planka/commit/b6ed1898726e6eb2fbf43342be0a1418ea78ccd1 https://github.com/lorenz/planka/tree/ds Also I'm looking into header-based authentication as well because of issues around logout and for general security improvements. But the main issue...
If you want to play around with it, my gokrb5 fork and https://github.com/lorenz/go-smb2/commit/7a091ab768e3ed62d88a4933f65969dd2f6e05e0 implements working Kerberos in pure Go. I'll see if I can make this upstreamable at some point.
@fclairamb Could you have a look at this change? It's a three-line fix and I'm now getting private messages by people who also need it on how to integrate it.
@serega404 I am still using this, but am not currently working on it.
FYI: https://github.com/pine64/bl602-docs/tree/main/hardware_notes#rf-ip I found most of the code as source deep in various SDKs that people posted. As far as I can see most functions are in there and for...
Still reproduces on NixOS 22.11. Same backtrace, but it might also be misleading, as another thread is also simultaneously active. While the Zeitgeist thread is hitting the error, the other...
Any chance that that is getting added? I'd really like it for something like that: ``` coffee try await for name, size of sizes transformStream = sharpJpegStream(size) rawImage.pipe transformStream transformStream.pipe...
I'd also contribute. I'm doing some IOT stuff (but primarily on local network) on the STM32F10x (currently F103 since that's cheap and easily available) and maybe soon the STM32H7 series...
> supporting Proxy / HTTP Header Auth is **far more trivial** to do. If you're building an application from scratch, I totally agree with you. In that case you can...