Removed db required for badges
Signed-off-by: Andre Wanlin <67169551+awanlin@users.noreply.github.com>
This commit is contained in:
@@ -7,4 +7,4 @@ Fixing badges-backend plugin to get a token from the TokenManager instead of par
|
||||
|
||||
Implementing an obfuscation feature to protect an open badges endpoint from being enumerated. The feature is disabled by default and the change is compatible with the previous version.
|
||||
|
||||
**BREAKING**: `createRouter` now require that `tokenManager`, `logger`, `identityApi` and `database`, are passed in as options.
|
||||
**BREAKING**: `createRouter` now require that `tokenManager`, `logger`, and `identityApi`, are passed in as options.
|
||||
|
||||
@@ -32,7 +32,7 @@
|
||||
|
||||
Implementing an obfuscation feature to protect an open badges endpoint from being enumerated. The feature is disabled by default and the change is compatible with the previous version.
|
||||
|
||||
**BREAKING**: `createRouter` now require that `tokenManager`, `logger`, `identityApi` and `database`, are passed in as options.
|
||||
**BREAKING**: `createRouter` now require that `tokenManager`, `logger`, and `identityApi`, are passed in as options.
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -335,7 +335,7 @@
|
||||
|
||||
Implementing an obfuscation feature to protect an open badges endpoint from being enumerated. The feature is disabled by default and the change is compatible with the previous version.
|
||||
|
||||
**BREAKING**: `createRouter` now require that `tokenManager`, `logger`, `identityApi` and `database`, are passed in as options.
|
||||
**BREAKING**: `createRouter` now require that `tokenManager`, `logger`, and `identityApi`, are passed in as options.
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/theme@0.3.0-next.0
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
|
||||
Implementing an obfuscation feature to protect an open badges endpoint from being enumerated. The feature is disabled by default and the change is compatible with the previous version.
|
||||
|
||||
**BREAKING**: `createRouter` now require that `tokenManager`, `logger`, `identityApi` and `database`, are passed in as options.
|
||||
**BREAKING**: `createRouter` now require that `tokenManager`, `logger`, and `identityApi`, are passed in as options.
|
||||
|
||||
### Patch Changes
|
||||
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
|
||||
Implementing an obfuscation feature to protect an open badges endpoint from being enumerated. The feature is disabled by default and the change is compatible with the previous version.
|
||||
|
||||
**BREAKING**: `createRouter` now require that `tokenManager`, `logger`, `identityApi` and `database`, are passed in as options.
|
||||
**BREAKING**: `createRouter` now require that `tokenManager`, `logger`, and `identityApi`, are passed in as options.
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/theme@0.3.0-next.0
|
||||
|
||||
Reference in New Issue
Block a user