1.4.1 (2024-12-12)
- crash after changing TOKEN_SECRET #55 (23c17b7)
- deps: bump actions/cache from 3 to 4 (67fa4d5)
- deps: bump docker/build-push-action from 5 to 6 (3f923c0)
1.4.0 (2024-01-03)
- add nginx forward auth route for nginx support (0e0a0d8)
- remove unnecessary print statement (2ddba9a)
1.3.4 (2023-12-27)
- use tag version instead of commit sha on binary archive names (cc8913e)
1.3.3 (2023-12-27)
- fix binary release artifact attachments (03ebe99)
1.3.2 (2023-12-27)
- add multi-build step for compiling binaries (fdd52e8)
- disable macos build when cross-compiling (fe6178f)
- remove windows from cross-compile builds (6c2bd59)
- rename build steps and configure build binaries step to trigger on release and add release artifacts (c03b480)
1.3.1 (2023-11-02)
- update release workflow to publish to dockerhub on release creation (947601d)
1.3.0 (2023-11-02)
- rate limiter (0a4202b)
- respect x-forwarded-proto for location header redirection (6e064bc)
- skip/redirect login when cookie is present (ef322a9)
- clean up ending return statement in login wrapper (ebd72d5)
- move config to it's own mod (b8826df)
- prefer some(..) over is_some/unwrap (8268a7d)