mirror of
https://github.com/logto-io/logto.git
synced 2024-12-16 20:26:19 -05:00
chore: add changesets
This commit is contained in:
parent
c7ff18bbdf
commit
5d6720805c
3 changed files with 20 additions and 0 deletions
5
.changeset/rare-paws-hear.md
Normal file
5
.changeset/rare-paws-hear.md
Normal file
|
@ -0,0 +1,5 @@
|
|||
---
|
||||
"@logto/core": patch
|
||||
---
|
||||
|
||||
parse requests with `application/json` content-type for `/oidc` APIs to increase compatibility
|
5
.changeset/silent-radios-speak.md
Normal file
5
.changeset/silent-radios-speak.md
Normal file
|
@ -0,0 +1,5 @@
|
|||
---
|
||||
"@logto/cli": patch
|
||||
---
|
||||
|
||||
update default OpenAI concurrency to 1 for sync command
|
10
.changeset/slimy-penguins-wave.md
Normal file
10
.changeset/slimy-penguins-wave.md
Normal file
|
@ -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.
|
Loading…
Reference in a new issue