diff --git a/.changeset/polite-plums-tease.md b/.changeset/polite-plums-tease.md new file mode 100644 index 00000000000..540584ea057 --- /dev/null +++ b/.changeset/polite-plums-tease.md @@ -0,0 +1,12 @@ +--- +"@logto/console": minor +"@logto/core": minor +"@logto/experience": minor +"@logto/integration-tests": patch +--- + +support app-level branding + +You can now set logos, favicons, and colors for your app. These settings will be used in the sign-in experience when the app initiates the authentication flow. For apps that have no branding settings, the omni sign-in experience branding will be used. + +If `organization_id` is provided in the authentication request, the app-level branding settings will be overridden by the organization's branding settings, if available. diff --git a/.changeset/swift-stingrays-tap.md b/.changeset/swift-stingrays-tap.md new file mode 100644 index 00000000000..55803974cf4 --- /dev/null +++ b/.changeset/swift-stingrays-tap.md @@ -0,0 +1,9 @@ +--- +"@logto/console": minor +"@logto/experience": minor +"@logto/schemas": minor +--- + +support dark favicon + +The favicon for the dark theme now can be set in the sign-in experience branding settings.