Sungbin Jo @goranmoomin.dev · Dec 2

i'm logging the outbound jwt that i'm sending to the appview, and from logging it does seem that it's being signed by the correct key, and that the corresponding public key is uploaded to plc.directory/did:plc:ilbu... – though tbf i'm failing to validate the jwt in jwt.io.

1 likes 2 replies

?

Replies

David Buchanan · Dec 2

OH! I know the issue. The picopds script creates a k256 key, but the millipds code expects a p256 key! I must've patched the picopds script for my one and forgotten about it

David Buchanan · Dec 2

hm, weird. I will try to set up a test DID and publish reproducible test instructions