diff --git a/.changeset/extragavent-fast-fly.md b/.changeset/extragavent-fast-fly.md index ffa2e6e859..bba3d8a9c3 100644 --- a/.changeset/extragavent-fast-fly.md +++ b/.changeset/extragavent-fast-fly.md @@ -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 a tokenManager, logger, identityApi and database, are passed in as options. +**BREAKING**: `createRouter` now require that `tokenManager`, `logger`, `identityApi` and `database`, are passed in as options.