We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 623f227 commit 493b0bfCopy full SHA for 493b0bf
docs/important.md
@@ -6,7 +6,12 @@ API.
6
7
## Breaking Changes in `HEAD`
8
9
-None.
+### 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.
15
16
## Breaking Changes in `0.8.0`
17
0 commit comments