From 8fc889a4bdd222afe4dcac24469915cb6935f798 Mon Sep 17 00:00:00 2001 From: Romain Billon Date: Tue, 2 May 2023 15:07:36 +0200 Subject: [PATCH] Update .changeset/extragavent-fast-fly.md Co-authored-by: Johan Haals Signed-off-by: Romain Billon Signed-off-by: Rbillon59 --- .changeset/extragavent-fast-fly.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.