feat(auth): protect aggregate console with password login

This commit is contained in:
chick
2026-07-19 17:13:43 +08:00
parent 75682b8134
commit f2803896a8
16 changed files with 1165 additions and 11 deletions
+1
View File
@@ -223,6 +223,7 @@ describe('Fastify API skeleton', () => {
'req.headers.cookie',
'req.headers.x-confirmation-token',
'req.body.password',
'req.body.newPassword',
'res.headers.set-cookie',
]),
);