ability to fetch client certs for p2p

This commit is contained in:
DecDuck
2024-10-21 10:14:13 +11:00
parent 395219d0cb
commit 0a715fef08
5 changed files with 601 additions and 562 deletions

View File

@ -32,7 +32,7 @@ export default defineEventHandler(async (h3) => {
responseType: "stream",
}),
{},
[`anonymous:read`, `${userId}:write`]
[`anonymous:read`, `${userId}:write`],
);
const user = await prisma.user.create({
data: {