Getting started with 1Password for your growing team, or refining your setup? Our Secured Success quickstart guide is for you.
Forum Discussion
Former Member
2 years agoPasskey Implementation Issue: Illegal invocation
I'm having trouble with using 1Password with my passkey implementation.
This is the problematic code
try {
const credential = await navigator.credentials.create({ publicKey: { ... } ...
Former Member
2 years agoJust would like to confirm this is a issue.
According https://www.w3.org/TR/webauthn-2/#dom-authenticatorattestationresponse-getpublickey we should be able call these and not getting these errors. This is 1Password implementation issue that should be resolved.
In particular the following are causing Illegal Invocation error.
- getAuthenticatorData()
- getPublicKey()
- getPublicKeyAlgorithm()