Merge pull request #4531 from backstage/rugvip/authref

auth-backend: refactor providers to accept options, and delay profile transforms
This commit is contained in:
Patrik Oldsberg
2021-02-15 19:44:13 +01:00
committed by GitHub
32 changed files with 692 additions and 668 deletions
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/plugin-auth-backend': patch
---
Refactored auth provider factories to accept options along with other internal refactoring of the auth providers.