Skip to content

Commit 493b0bf

Browse files
committed
docs: note cors credential change in breaking changes
1 parent 623f227 commit 493b0bf

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

docs/important.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,12 @@ API.
66

77
## Breaking Changes in `HEAD`
88

9-
None.
9+
### CORS credentials disabled by default
10+
11+
Credentialed CORS requests are now disabled for the API. If you relied on
12+
cookie-based auth from browser clients, you must switch to Bearer tokens or
13+
explicitly re-enable credentials and restrict `CORS_ORIGINS` to your frontend
14+
domains.
1015

1116
## Breaking Changes in `0.8.0`
1217

0 commit comments

Comments
 (0)