docs/releases/v1.27.0-next.1-changelog.md
Upgrade Helper: https://backstage.github.io/upgrade-helper/?to=1.27.0-next.1
ed83f85: Internal refactor of the database code.
BREAKING: The helper functions createDatabaseClient and ensureDatabaseExists have been removed from the public interface, since they have no usage within the repository and never were suitable for calling from the outside. Please consider using coreServices.database or DatabaseManager directly wherever possible instead.
alg check for user tokens in verifyTokenSignInPage guest provider will now fall back to legacy guest auth if the backend request fails, allowing guest auth without a running backend.