Merge pull request #3770 from backstage/rugvip/ghsession

core-api: add MutableSessionManager and fix AuthSessionStore not properly updating session state
This commit is contained in:
Patrik Oldsberg
2020-12-18 13:41:02 +01:00
committed by GitHub
5 changed files with 30 additions and 4 deletions
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/core-api': patch
---
Fix for GitHub and SAML auth not properly updating session state when already logged in.