© 2026 Hedgehog Software, LLC
createAuthEndpoint
const ret = await ctx.context .getPlugin('api-key')! .endpoints!.verifyApiKey({ body: { configId: 'XXX', key: ctx.headers!.get('YYY') as string, }, context: { ...ctx.context, }, })
context: { ... }