Skip to content

Commit 3b861a4

Browse files
committed
Allow unauthenticated access in entities service
1 parent 901844a commit 3b861a4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/services/entities/entities.hooks.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ const findAndGetParamsHooks = [
8383

8484
export default {
8585
around: {
86-
all: [authenticate(), rateLimit()],
86+
all: [authenticate({ allowUnauthenticated: true }), rateLimit()],
8787
},
8888
before: {
8989
all: [],

0 commit comments

Comments
 (0)