Skip to content

Commit 2a91614

Browse files
cursoragentlovasoa
andcommitted
Fix OIDC login redirect to use HTTP 303
Co-authored-by: contact <[email protected]>
1 parent 52c8ce3 commit 2a91614

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# CHANGELOG.md
22

33
## 0.40.0 (unreleased)
4+
- OIDC login redirects now use HTTP 303 responses so POST submissions are converted to safe GET requests before reaching the identity provider, fixing incorrect reuse of the original POST (HTTP 307) that could break standard auth flows.
45
- SQLPage now respects [HTTP accept headers](https://developer.mozilla.org/en-US/docs/Web/HTTP/Reference/Headers/Accept) for JSON. You can now easily process the contents of any existing sql page programmatically with:
56
- `curl -H "Accept: application/json" http://example.com/page.sql`: returns a json array
67
- `curl -H "Accept: application/x-ndjson" http://example.com/page.sql`: returns one json object per line.

0 commit comments

Comments
 (0)