@backstage/plugin-auth-backend 0.0.0-nightly-202201323044 → 0.0.0-nightly-202201921950

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,6 +1,40 @@
1
1
  # @backstage/plugin-auth-backend
2
2
 
3
- ## 0.0.0-nightly-202201323044
3
+ ## 0.0.0-nightly-202201921950
4
+
5
+ ### Minor Changes
6
+
7
+ - 6e92ee6267: Add new authentication provider to support the oauth2-proxy.
8
+
9
+ **BREAKING** The `AuthHandler` requires now an `AuthResolverContext` parameter. This aligns with the
10
+ behavior of the `SignInResolver`.
11
+
12
+ ### Patch Changes
13
+
14
+ - Updated dependencies
15
+ - @backstage/backend-common@0.0.0-nightly-202201921950
16
+ - @backstage/config@0.0.0-nightly-202201921950
17
+ - @backstage/catalog-model@0.0.0-nightly-202201921950
18
+ - @backstage/catalog-client@0.0.0-nightly-202201921950
19
+
20
+ ## 0.7.0-next.0
21
+
22
+ ### Minor Changes
23
+
24
+ - 6e92ee6267: Add new authentication provider to support the oauth2-proxy.
25
+
26
+ **BREAKING** The `AuthHandler` requires now an `AuthResolverContext` parameter. This aligns with the
27
+ behavior of the `SignInResolver`.
28
+
29
+ ### Patch Changes
30
+
31
+ - Updated dependencies
32
+ - @backstage/backend-common@0.10.4-next.0
33
+ - @backstage/config@0.1.13-next.0
34
+ - @backstage/catalog-model@0.9.10-next.0
35
+ - @backstage/catalog-client@0.5.5-next.0
36
+
37
+ ## 0.6.2
4
38
 
5
39
  ### Patch Changes
6
40
 
@@ -11,12 +45,11 @@
11
45
  The downside of this change is that secure cookies won't be used unless the backend is directly served with HTTPS. This will be remedied in a future update that allows the backend to configured for trusted proxy mode.
12
46
 
13
47
  - Updated dependencies
14
- - @backstage/config@0.0.0-nightly-202201323044
15
- - @backstage/backend-common@0.0.0-nightly-202201323044
16
- - @backstage/errors@0.0.0-nightly-202201323044
17
- - @backstage/catalog-client@0.0.0-nightly-202201323044
18
- - @backstage/catalog-model@0.0.0-nightly-202201323044
19
- - @backstage/types@0.0.0-nightly-202201323044
48
+ - @backstage/config@0.1.12
49
+ - @backstage/backend-common@0.10.3
50
+ - @backstage/errors@0.2.0
51
+ - @backstage/catalog-client@0.5.4
52
+ - @backstage/catalog-model@0.9.9
20
53
 
21
54
  ## 0.6.1
22
55