Add signature verification for query string

This commit is contained in:
ian
2025-12-09 11:15:40 +07:00
parent 3dee9b7a4d
commit 2c648a4f79
2 changed files with 74 additions and 1 deletions
+1 -1
View File
@@ -49,7 +49,7 @@ export const router = new Elysia({
return { status: 'internal_error', message: 'Server error' }
}
}, {
verifyKey: true,
verifyKeyQuery: true,
query: deviceQueryParams,
response: deviceQueryResponseSchema,
detail: {