James Mills
James Mills
See [this comment](https://git.mills.io/yarnsocial/yarn/issues/1042#issuecomment-13739)
This implements the [Multiline Extension](https://dev.twtxt.net/doc/multilineextension.html)
See also #157 for alternative implementation (but not implemented by this PR or any other clients at this stage).
To be honest I'd also like to see something like this. In an ideal world auth is configurable between: - LDAP - - User/Password - - Trusted Headers / Proxy...
> How about using the token authentication mentioned above? I don't see how that would work with Authelia in front reverse proxying to Swirl? It would need to pass `Remote-User`,...
Or rather, sorry to be precise, Swirl would take `Remote-User` and use this to populate its internal session and trust the proxy.
Because the authentication has already happened at the proxy. Applications like Swirl would trust the proxy's headers. This is the simplest form of SSO and it works really well. I...
@cuigh Any further thoughts on supporting SSO for Swirl? Trusted Headers is the simplest way to support this, I'm sure with your experience of the codebase you'd get this done...
+1 on NOOP