core-api: add MutableSessionManager and fix AuthSessionStore not properly updating session state

This commit is contained in:
Patrik Oldsberg
2020-12-17 15:29:44 +01:00
parent ebbc133eaa
commit d681db2b50
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.