auth-backend: store github oauth token in cookie and use for refresh

Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
Patrik Oldsberg
2022-02-01 22:09:37 +01:00
parent 9d75a939b6
commit 648606b3ac
4 changed files with 149 additions and 30 deletions
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/plugin-auth-backend': patch
---
Added support for storing static GitHub access tokens in cookies and using them to refresh the Backstage session.