Releases: nosduco/nforwardauth
Releases · nosduco/nforwardauth
v1.4.1
1.4.1 (2024-12-12)
Bug Fixes
- 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)
v1.4.0
1.4.0 (2024-01-03)
Features
- add nginx forward auth route for nginx support (0e0a0d8)
Miscellaneous Tasks
- remove unnecessary print statement (2ddba9a)
v1.3.4
1.3.4 (2023-12-27)
CI/CD
- use tag version instead of commit sha on binary archive names (cc8913e)
v1.3.3
1.3.3 (2023-12-27)
CI/CD
- fix binary release artifact attachments (03ebe99)
v1.3.2
1.3.2 (2023-12-27)
CI/CD
- 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)
v1.3.1
1.3.1 (2023-11-02)
Bug Fixes
- handle error from jwt manipulation (2267fcc)
- handle error from jwt manipulation (#40) (150a3c9)
CI/CD
- update release workflow to publish to dockerhub on release creation (947601d)
v1.3.0
1.3.0 (2023-11-02)
Features
- rate limiter (0a4202b)
- respect x-forwarded-proto for location header redirection (6e064bc)
- skip/redirect login when cookie is present (ef322a9)
Refactor
- clean up ending return statement in login wrapper (ebd72d5)
- move config to it's own mod (b8826df)
- prefer some(..) over is_some/unwrap (8268a7d)
Miscellaneous Tasks
CI/CD
- add prepare release workflow (78b8381)
- change dependabot target branch (187ed46)
- configure dependabot to follow conventional commits (6f58a4e)
- reorganize workflows and make names consistent (19f75cc)
- update release pull request title (c3ede33)
v1.2.2
Features
- avoid the vertical scrollbar on pages #16 (thanks @bt90)
- add a subtle border to login input fields #17 (thanks @bt90)
Available on Docker Hub at nosduco/nforwardauth:v1.2.2
v1.2.1
Features
- avoid google fonts #10 (thanks @bt90 for initial PR, and thanks @otbutz for catching my rebase mistake)
Available on Docker Hub at nosduco/nforwardauth:v1.2.1
v1.2.0
Features
- improved head elements #11 (thanks @bt90)
- avoid google fonts #10 (thanks @bt90)
- autocomplete via password manager friendly form #9 (thanks @bt90)
- trigger login on "Enter" press #13
- add unix signal handling (will gracefully exit, fixes docker containers hanging on stop)
Available on Docker Hub at nosduco/nforwardauth:v1.2.0