0
Fork 0
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:
Gao Sun 2023-05-22 23:05:24 +08:00
parent c7ff18bbdf
commit 5d6720805c
No known key found for this signature in database
GPG key ID: 13EBE123E4773688
3 changed files with 20 additions and 0 deletions

View file

@ -0,0 +1,5 @@
---
"@logto/core": patch
---
parse requests with `application/json` content-type for `/oidc` APIs to increase compatibility

View file

@ -0,0 +1,5 @@
---
"@logto/cli": patch
---
update default OpenAI concurrency to 1 for sync command

View 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.