Replies: 1 comment 1 reply
-
Hi @emlun I would not be interested in custom signers per se, no, at least thats my knee-jerk reaction. But I would be interested in the implementation of the |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi! My application generates JWTs whose proof keys are hardware-bound. Currently, this library only works with private keys either held in application memory or as
CryptoKey
s in browser memory - either way, both kinds are keys held in software. I therefore made a local fork with a small patch to add an escape hatch to invoke an external signing procedure - in this case backed by this proposed WebAuthn extension which enables signing arbitrary data using hardware-bound keys. The same escape hatch could also be used to connect to any other kind of external key store such as an OS keychain or a remote server.Would you be interested to adopt this feature upstream? I have a cleaned-up branch with tests and docstrings ready to submit as a PR if so.
Beta Was this translation helpful? Give feedback.
All reactions