Knut Ahlers

Results 63 comments of Knut Ahlers

Sure, as soon as my copy of the library is cleaned up from tons of debugging code I'm trying to hunt the issue down with… :D

The hint for base64 issues was marvellous: Spared me much time and therefore emersion/go-ostatus#10 fixes both issues and restores communication with a Mastodon instance. Sadly that wasn't everything to fix...

When the account is first subscribed it shows an entirely empty Timeline instead of posts from the past. As soon as there was a first push those toots are shown....

```bash # go run main.go; echo "$?" failed DecryptBinaryBytes errored invalid padding 0 # git diff diff --git a/main.go b/main.go index 02408e1..70f6193 100644 --- a/main.go +++ b/main.go @@ -81,7 +81,7...

This sounds like a specific implementation regarding to KeyCloak. The way to do this would be to implement a provider for KeyCloak and then using that. That provider could pass...

> multiple times it would just overwrite the value, right? That's correct. At the moment there is no support for multiple configurations of one provider type. Being curios as you're...

Currently kind of a blocker: I've no idea how to properly store the MFA configuration into LDAP. The configuration I need is in the following format: ```yaml provider: google attributes:...

@fabianonline This is intended to be done in nginx. (See commented line in [Nginx Implementation](https://github.com/Luzifer/nginx-sso/wiki/Nginx-Implementation) containing `proxy_set_header`)

With the current structure of the repo / providers it's not possible as the provider to fulfill the login is chosen from the state. I've added this to the v1.x...

> In addition I suggest trimming the newline and spaces before adding the values into the html dom. > So that these spaces and newlines become removed 😉 Autoformatter says:...