logto-io / logto

🧑‍🚀 The better identity infrastructure for developers and the open-source alternative to Auth0.
https://logto.io
Mozilla Public License 2.0
8.96k stars 447 forks source link

feat(schemas): add application unknown session fallback uri field #6778

Closed simeng-li closed 2 weeks ago

simeng-li commented 2 weeks ago

Summary

Add a new unknown_session_fallback_uri field to the applications.

This new field will be used to store a fallback URL for the application when the user accesses the sign-in page without a valid auth session.

Testing

Checklist

github-actions[bot] commented 2 weeks ago

COMPARE TO master

Total Size Diff :chart_with_upwards_trend: +618 Bytes

Diff by File |Name|Diff| |---|---| |packages/core/src/__mocks__/index.ts|:chart_with_upwards_trend: +70 Bytes| |packages/schemas/alterations/next-1731037123-add-unknown-session-fallback-uri-column-to-application-table.ts|:chart_with_upwards_trend: +476 Bytes| |packages/schemas/src/seeds/application.ts|:chart_with_upwards_trend: +35 Bytes| |packages/schemas/tables/applications.sql|:chart_with_upwards_trend: +37 Bytes|