feat(auth-backend): mark authHandler context as required parameter

Signed-off-by: Dominik Schwank <dominik.schwank@sda.se>
This commit is contained in:
Dominik Schwank
2022-01-15 15:08:20 +01:00
parent 6e92ee6267
commit 619bc06613
18 changed files with 117 additions and 99 deletions
+5 -2
View File
@@ -1,5 +1,8 @@
---
'@backstage/plugin-auth-backend': patch
'@backstage/plugin-auth-backend': minor
---
Add new authentication provider: OAuth2Proxy
Add new authentication provider to support the oauth2-proxy.
**BREAKING** The `AuthHandler` requires now an `AuthResolverContext` parameter. This aligns with the
behavior of the `SignInResolver`.