get public key as string #551
majdslmt
started this conversation in
Troubleshooting
Replies: 1 comment
-
Hello @majdslmt, I'd recommend using the import { isoBase64URL } from '@simplewebauthn/server/helpers';
const base64urlPubKey = isoBase64URL.fromBuffer(authenticator.credentialPublicKey);
|
Beta Was this translation helpful? Give feedback.
0 replies
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.
-
How to get the public key as string from AuthenticatorDevice ?
Beta Was this translation helpful? Give feedback.
All reactions