@backstage/plugin-auth-backend 0.0.0-nightly-20220208022044 → 0.0.0-nightly-20220209022121

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,6 @@
1
1
  # @backstage/plugin-auth-backend
2
2
 
3
- ## 0.0.0-nightly-20220208022044
3
+ ## 0.0.0-nightly-20220209022121
4
4
 
5
5
  ### Minor Changes
6
6
 
@@ -8,9 +8,31 @@
8
8
 
9
9
  ### Patch Changes
10
10
 
11
+ - 2441d1cf59: chore(deps): bump `knex` from 0.95.6 to 1.0.2
12
+
13
+ This also replaces `sqlite3` with `@vscode/sqlite3` 5.0.7
14
+
15
+ - 3396bc5973: Enabled refresh for the Atlassian provider.
16
+ - 08fcda13ef: Added a new `cookieConfigurer` option to `AuthProviderConfig` that makes it possible to override the default logic for configuring OAuth provider cookies.
17
+ - Updated dependencies
18
+ - @backstage/backend-common@0.0.0-nightly-20220209022121
19
+
20
+ ## 0.10.0-next.0
21
+
22
+ ### Minor Changes
23
+
24
+ - 08fcda13ef: The `callbackUrl` option of `OAuthAdapter` is now required.
25
+
26
+ ### Patch Changes
27
+
28
+ - 2441d1cf59: chore(deps): bump `knex` from 0.95.6 to 1.0.2
29
+
30
+ This also replaces `sqlite3` with `@vscode/sqlite3` 5.0.7
31
+
32
+ - 3396bc5973: Enabled refresh for the Atlassian provider.
11
33
  - 08fcda13ef: Added a new `cookieConfigurer` option to `AuthProviderConfig` that makes it possible to override the default logic for configuring OAuth provider cookies.
12
34
  - Updated dependencies
13
- - @backstage/backend-common@0.0.0-nightly-20220208022044
35
+ - @backstage/backend-common@0.10.7-next.0
14
36
 
15
37
  ## 0.9.0
16
38
 
package/dist/index.cjs.js CHANGED
@@ -735,7 +735,6 @@ const createAtlassianProvider = (options) => {
735
735
  tokenIssuer
736
736
  });
737
737
  return OAuthAdapter.fromConfig(globalConfig, provider, {
738
- disableRefresh: true,
739
738
  providerId,
740
739
  tokenIssuer,
741
740
  callbackUrl