From 5d6720805c9322224a1b4fd1cdebb4f63b49005b Mon Sep 17 00:00:00 2001 From: Gao Sun Date: Mon, 22 May 2023 23:05:24 +0800 Subject: [PATCH] chore: add changesets --- .changeset/rare-paws-hear.md | 5 +++++ .changeset/silent-radios-speak.md | 5 +++++ .changeset/slimy-penguins-wave.md | 10 ++++++++++ 3 files changed, 20 insertions(+) create mode 100644 .changeset/rare-paws-hear.md create mode 100644 .changeset/silent-radios-speak.md create mode 100644 .changeset/slimy-penguins-wave.md diff --git a/.changeset/rare-paws-hear.md b/.changeset/rare-paws-hear.md new file mode 100644 index 000000000..04c376c8b --- /dev/null +++ b/.changeset/rare-paws-hear.md @@ -0,0 +1,5 @@ +--- +"@logto/core": patch +--- + +parse requests with `application/json` content-type for `/oidc` APIs to increase compatibility diff --git a/.changeset/silent-radios-speak.md b/.changeset/silent-radios-speak.md new file mode 100644 index 000000000..621a1a27d --- /dev/null +++ b/.changeset/silent-radios-speak.md @@ -0,0 +1,5 @@ +--- +"@logto/cli": patch +--- + +update default OpenAI concurrency to 1 for sync command diff --git a/.changeset/slimy-penguins-wave.md b/.changeset/slimy-penguins-wave.md new file mode 100644 index 000000000..a1969f973 --- /dev/null +++ b/.changeset/slimy-penguins-wave.md @@ -0,0 +1,10 @@ +--- +"@logto/console": minor +"@logto/core": minor +"@logto/phrases": minor +"@logto/schemas": minor +--- + +add config `alwaysIssueRefreshToken` for web apps to unblock OAuth integrations that are not strictly conform OpenID Connect. + +when it's enabled, Refresh Tokens will be always issued regardless if `prompt=consent` was present in the authorization request.