Skip to content

Commit

Permalink
deploy: 0a7c0db
Browse files Browse the repository at this point in the history
  • Loading branch information
lauravuo-techlab committed Jan 19, 2024
1 parent ed74984 commit d7d488f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion blog/2024/01/05/path-to-passwordless/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
Server-->>Client: Return credential creation options.
Note left of Client: Create credential with received options.<br>navigator.credentials.create
Client->>Server: Send client data and public key to server.<br>/attestation/result
Note right of Server: Validate data.<br>Store the public key and the credential id,</br>and attach to user.
Note right of Server: Validate data.<br>Store the public key and the credential id,<br>and attach to user.
Server-->>Client: Registration OK!</div><hr><h3 id=user-authentication>User Authentication</h3><p>Another core feature is user authentication.
The user creates a signature utilizing the authenticator-provided private key.
The service backend verifies the signature using the stored public key and
Expand Down
2 changes: 1 addition & 1 deletion blog/_print/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
Server-->>Client: Return credential creation options.
Note left of Client: Create credential with received options.<br>navigator.credentials.create
Client->>Server: Send client data and public key to server.<br>/attestation/result
Note right of Server: Validate data.<br>Store the public key and the credential id,</br>and attach to user.
Note right of Server: Validate data.<br>Store the public key and the credential id,<br>and attach to user.
Server-->>Client: Registration OK!</div><hr><h3 id=user-authentication>User Authentication</h3><p>Another core feature is user authentication.
The user creates a signature utilizing the authenticator-provided private key.
The service backend verifies the signature using the stored public key and
Expand Down
2 changes: 1 addition & 1 deletion blog/index.xml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ Client->>Server: Request for credential creation options.&lt;br/>/attestation/op
Server-->>Client: Return credential creation options.
Note left of Client: Create credential with received options.&lt;br/>navigator.credentials.create
Client->>Server: Send client data and public key to server.&lt;br/>/attestation/result
Note right of Server: Validate data. &lt;br/> Store the public key and the credential id, &lt;/br> and attach to user.
Note right of Server: Validate data. &lt;br/> Store the public key and the credential id, &lt;br/> and attach to user.
Server-->>Client: Registration OK!
&lt;/div>
&lt;hr>
Expand Down
2 changes: 1 addition & 1 deletion index.xml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ Client->>Server: Request for credential creation options.&lt;br/>/attestation/op
Server-->>Client: Return credential creation options.
Note left of Client: Create credential with received options.&lt;br/>navigator.credentials.create
Client->>Server: Send client data and public key to server.&lt;br/>/attestation/result
Note right of Server: Validate data. &lt;br/> Store the public key and the credential id, &lt;/br> and attach to user.
Note right of Server: Validate data. &lt;br/> Store the public key and the credential id, &lt;br/> and attach to user.
Server-->>Client: Registration OK!
&lt;/div>
&lt;hr>
Expand Down

0 comments on commit d7d488f

Please sign in to comment.