Skip to content

Commit

Permalink
Merge pull request #66 from hjaber/main
Browse files Browse the repository at this point in the history
Fix Docs V2 Authenticate
  • Loading branch information
dagnelies authored Jul 30, 2024
2 parents cc46eee + 616a3f2 commit 1b5a792
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/authentication.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ The authentication payload will look like this:
```js
import { server } from '@passwordless-id/webauthn'

const credentialKey = { // obtained from database by looking up `authentication.credentialId`
const credentialKey = { // obtained from database by looking up `authentication.id`
id: "3924HhJdJMy_svnUowT8eoXrOOO6NLP8SK85q2RPxdU",
publicKey: "MFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEgyYqQmUAmDn9J7dR5xl-HlyAA0R2XV5sgQRnSGXbLt_xCrEdD1IVvvkyTmRD16y9p3C2O4PTZ0OF_ZYD2JgTVA==",
algorithm: "ES256",
Expand Down

0 comments on commit 1b5a792

Please sign in to comment.