Thorsten

Results 8 comments of Thorsten
trafficstars

Are there any updates on this? My setup seems to be similar: I am using redis and unauth_action "deny" for the tested location. I experience problems as soon as two...

@hoebelix what will happen with parallel request with this mentioned bug fix? Won't this result in multiple token refreshs?

I implemented front-channel logout with my IdP using [OIDC Session Management](https://openid.net/specs/openid-connect-session-1_0.html) and the end-session-endpoint. I had to extend "on_authenticated" to save the session_state to the session, so I can use...

Would be good to have support for basic auth since using post is not recommended. https://tools.ietf.org/html/rfc6749#section-2.3.1 > Including the client credentials in the request-body using the two > parameters is...

> Thank you JR-Home > > Your tips enabled me to read in the data streams provided by EAS3. I used NodeRed "UDP listen node" to capture, analyze and store...

I designed a flow for home assistant myself and published it here: https://github.com/thorstenfleischmann/brunner-eas3-node-red-home-assistant-connect/

Having the SSE retry field combined with the "ExponentialBackOffWithDecorrelation", it is hard to tell what the expected behaviour is. If the server sends a retry duration I would expect that...

Good point! A simple solution for me would be to just recreate the `ExponentialBackoffWithDecorrelation` with the retry-field as new minimum. I think it could be as easy as adding `_backOff...