personal web client for Bluesky
typescript solidjs bluesky atcute

fix: pass kid and alg properly

mary.my.id 371b8650 37d49053

verified
+1 -1
+1 -1
server/index.ts
··· 28 28 import { requestAssertionSchema, resolveIdentitySchema } from './lexicons'; 29 29 30 30 const privateKeys = keys as ClientAssertionPrivateJwk[]; 31 - const publicKeys = privateKeys.map((key) => derivePublicJwk(key)); 31 + const publicKeys = privateKeys.map((k) => derivePublicJwk(k, k.kid, k.alg)); 32 32 33 33 const handleResolver = new CompositeHandleResolver({ 34 34 methods: {