Skip to content

Commit

Permalink
Enforce token for seedign roles and users (#165)
Browse files Browse the repository at this point in the history
  • Loading branch information
euanmillar authored Jun 25, 2024
1 parent 0bd4c61 commit fdc3a31
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -505,7 +505,6 @@ export async function createServer() {
path: '/roles',
handler: rolesHandler,
options: {
auth: false,
tags: ['api', 'user-roles'],
description: 'Returns user roles metadata'
}
Expand All @@ -516,7 +515,6 @@ export async function createServer() {
path: '/users',
handler: usersHandler,
options: {
auth: false,
tags: ['api', 'users'],
description: 'Returns users metadata'
}
Expand Down

0 comments on commit fdc3a31

Please sign in to comment.