Merge pull request #8838 from backstage/rugvip/sessions

core-app-api: fix saml and github session types
This commit is contained in:
Ben Lambert
2022-01-10 14:56:19 +01:00
committed by GitHub
5 changed files with 23 additions and 5 deletions
+7
View File
@@ -0,0 +1,7 @@
---
'@backstage/core-app-api': patch
---
Fixed an issue where valid SAML and GitHub sessions would be considered invalid and not be stored.
Deprecated the `SamlSession` and `GithubSession` types.