tangled
alpha
login
or
join now
mary.my.id
/
aglais
4
fork
atom
personal web client for Bluesky
typescript
solidjs
bluesky
atcute
4
fork
atom
overview
issues
pulls
pipelines
fix: pass kid and alg properly
mary.my.id
1 month ago
371b8650
37d49053
verified
This commit was signed with the committer's
known signature
.
mary.my.id
SSH Key Fingerprint:
SHA256:ZlTP/auFSGpGnaoDg4mCTG1g9OZvXp62jWR4c6H4O3c=
+1
-1
1 changed file
expand all
collapse all
unified
split
server
index.ts
+1
-1
server/index.ts
···
28
28
import { requestAssertionSchema, resolveIdentitySchema } from './lexicons';
29
29
30
30
const privateKeys = keys as ClientAssertionPrivateJwk[];
31
31
-
const publicKeys = privateKeys.map((key) => derivePublicJwk(key));
31
31
+
const publicKeys = privateKeys.map((k) => derivePublicJwk(k, k.kid, k.alg));
32
32
33
33
const handleResolver = new CompositeHandleResolver({
34
34
methods: {