chore(deps): update svhd/logto docker tag to v1.36.0 #6426
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
1.35.0→1.36.0Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
logto-io/logto (svhd/logto)
v1.36.0Compare Source
Highlights
*) in redirect URIs for dynamic environments like preview deployments, making development workflows easier. (Thanks @Arochka!)email_verifiedis missing or false.New features & enhancements
Wildcard patterns in redirect URIs
Added support for wildcard patterns (
*) in redirect URIs to better support dynamic environments like preview deployments. (Contributed by @Arochka in #8094)Rules (web only):
Token exchange grant type with app-level control
allowTokenExchangefield tocustomClientMetadatato control whether an application can initiate token exchange requestsTrust unverified email for OIDC connectors
trustUnverifiedEmailto the OIDC social connector config (defaultfalse) to allow syncing emails whenemail_verifiedis missing or falseSkip required identifiers for social sign-in
A new option
skipRequiredIdentifiersis available for social sign-in and sign-up flows. When enabled, users can bypass the mandatory identifier collection step during social sign-in and sign-up.This is particularly useful for iOS apps where Apple App Store guidelines mandate that social sign-in options like "Sign in with Apple" should not require additional information collection beyond what is provided by the social IdP.
In the Logto Console, this option is represented as a checkbox labeled "Require users to provide missing sign-up identifier" under the "Social sign-in" section.
User role API improvements
/users/:userId/rolesnow returns{ roleIds: string[]; addedRoleIds: string[] }whereroleIdsechoes the requested IDs, andaddedRoleIdsincludes only the IDs that were newly created/users/:userId/rolesnow returns{ roleIds: string[] }to confirm the final assigned roles@logto/api SDK enhancement
Added
createApiClientfunction for custom token authentication. This new function allows you to create a type-safe API client with your own token retrieval logic, useful for scenarios like custom authentication flows.Bug fixes & stability
Postgres statement timeout configuration
Allow disabling Postgres
statement_timeoutfor PgBouncer/RDS Proxy compatibility:DATABASE_STATEMENT_TIMEOUT=DISABLE_TIMEOUTto omit the startup parameterEnterprise SSO error code fix
Fixed the enterprise SSO account not exist error code to use a specific one instead of the generic social account error.
JIT email domains pagination fix
Removed default pagination from
GET /organizations/:id/jit/email-domainsto ensure all JIT email domains are returned in the Console's Organization details page.Direct sign-in stability
Prevented repeated auto sign-in requests on direct sign-in page that could cause unexpected behavior in certain scenarios.
Console audit log fixes
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Never, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.