Skip to content

Commit

Permalink
Move /intro to /overview
Browse files Browse the repository at this point in the history
  • Loading branch information
MasterKale committed Aug 15, 2024
1 parent ff4de8c commit 06909ad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion source/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ This module is available on **PyPI**:
:hidden:
:maxdepth: 2
intro
overview
registration
authentication
passkeys
Expand Down
2 changes: 1 addition & 1 deletion source/intro.md → source/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ The library makes the following assumptions about how a Relying Party that is in

py_webauthn is concerned exclusively with the **server** side of supporting WebAuthn. This means that Relying Parties will need to orchestrate calls to WebAuthn in the **browser** in some other way.

Typically this means **manually writing front end JavaScript** to coordinate encoding and decoding certain `bytes` values to and from **base64url** before calling WebAuthn's `navigator.credentials.create()` and `navigator.credentials.get()`.
Typically this means **manually writing front end JavaScript** to coordinate encoding and decoding certain **bytes** values to and from **base64url** before calling WebAuthn's `navigator.credentials.create()` and `navigator.credentials.get()`.

Relying Parties may also consider **using an existing third-party library** that takes care of all this.

Expand Down

0 comments on commit 06909ad

Please sign in to comment.