We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca3ea6c commit bf90468Copy full SHA for bf90468
1 file changed
packages/server/api/src/app/flags/flag.module.ts
@@ -15,6 +15,7 @@ export const flagController: FastifyPluginAsyncTypebox = async (app) => {
15
{
16
config: {
17
allowedPrincipals: ALL_PRINCIPAL_TYPES,
18
+ skipAuth: true,
19
},
20
logLevel: 'silent',
21
schema: {
0 commit comments