Skip to content

Releases: andrewheberle/go-http-auth-server

v1.3.7

06 Apr 04:34
f089d6b
Compare
Choose a tag to compare

This release uses a basic server side session store that holds claims based on the session ID.

The implementation is very basic with no expiry process so is likely to be problematic for high volume use.

v1.3.6

18 Dec 05:56
Compare
Choose a tag to compare

This version represents a working version that has been tested in the real world.

Known Issues

When large claims are returned by the SAML IdP the session cookie may be larger than the maximum allowed size of 4Kib, which will then be blocked by the browser.

This is an issue with the upstream and will require a custom implementation of the session codec to change how this works.

v1.0.0

05 Dec 08:30
Compare
Choose a tag to compare

This initial version provides a "semi-compatible" API to Authelia, but instead of handling authentication internally, this is handled off to a SAML Service Provider.