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
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 0.28.5

### Patch Changes

- 01127ac: Allow OAuth consent submissions to reach only the validated registered client callback while preserving a strict content security policy.

## 0.28.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.28.4
0.28.5
1 change: 1 addition & 0 deletions apps/Agentweaver.Api.Data/Auth/OAuth/OAuthServerRecords.cs
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ public sealed class OAuthAuthorizationTransaction
public string? ClientState { get; set; }
public string? BrowserSessionId { get; set; }
public string? Subject { get; set; }
public string? ContinuationDecision { get; set; }
public DateTimeOffset ExpiresAt { get; set; }
public DateTimeOffset? ConsumedAt { get; set; }
}
Expand Down
Loading
Loading