Skip to content

Comment on Self-Signed JWTsparent

Comments

Yes.

and it’s easy to do keypair generation in the browser using subtle crypto. That API doesn’t provide jwk generation, but seems like it would be relatively easy to do even without the jose module. And the browser cab “download” (really just save) the keypair using the Blob API. Keys need not leave the browser.

An api developer portal could just offer - generate a new keypair? - upload your existing public key?

…As a choice. Either way the public key gets registered for your account.

The end. Easy.

AboutSource Built by g1lg1l

Hackerly is an independent reader for Hacker News, built on the public HN API. Not affiliated with Y Combinator.