|
|
|
|
|
by PantaloonFlames
316 days ago
|
|
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. |
|