Files
backstage/.changeset/varldens-starkaste-bjorn.md
T
Eric Peterson f959c22787 Changeset.
Signed-off-by: Eric Peterson <ericpeterson@spotify.com>
2022-01-22 15:44:53 +01:00

407 B

@backstage/core-app-api
@backstage/core-app-api
patch

Asynchronous methods on the identity API can now reliably be called at any time, including early in the bootstrap process or prior to successful sign-in.

Previously in such situations, a Tried to access IdentityApi before app was loaded error would be thrown. Now, those methods will wait and resolve eventually (as soon as a concrete identity API is provided).