Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## 0.4.0 - Unreleased
## 0.4.0 - 2026-07-11

- Added request-and-extract login authentication with JSON-path, response-header, and cookie credential sources.
- Added relative and separate HTTP(S) identity-provider targets, OAuth-style form payloads, redirect control, and custom token schemes.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ steps:
- uses: actions/checkout@v4

# Start your API here, or point base_url at a reachable test environment.
- uses: Asttr0/AuthzTrace@v0.3.1
- uses: Asttr0/AuthzTrace@v0.4.0
env:
ALICE_TOKEN: ${{ secrets.ALICE_TOKEN }}
BOB_TOKEN: ${{ secrets.BOB_TOKEN }}
Expand Down
Loading