From ec967e35241e0e5e8d081cf6c417830048e1a59f Mon Sep 17 00:00:00 2001 From: euanmillar Date: Tue, 25 Jun 2024 12:35:51 +0100 Subject: [PATCH] Enforce token for seedign roles and users --- src/index.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/index.ts b/src/index.ts index 7ff65f615..acfd768e2 100644 --- a/src/index.ts +++ b/src/index.ts @@ -505,7 +505,6 @@ export async function createServer() { path: '/roles', handler: rolesHandler, options: { - auth: false, tags: ['api', 'user-roles'], description: 'Returns user roles metadata' } @@ -516,7 +515,6 @@ export async function createServer() { path: '/users', handler: usersHandler, options: { - auth: false, tags: ['api', 'users'], description: 'Returns users metadata' }