Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions pure-php/advanced-behaviours/authenticator-algorithms.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Authenticator Algorithms

The Webauthn data verification is based on cryptographic signatures and thus you need to provide cryptographic algorithms to perform those checks.
The WebAuthn data verification is based on cryptographic signatures and thus you need to provide cryptographic algorithms to perform those checks.

The following algorithms are required in most situations:

Expand All @@ -24,7 +24,7 @@ $algorithmManager = Manager::create()
{% endcode %}

{% hint style="info" %}
The order is important. By adding `ES256` first, the relyaing party prefers an `ES256` credential. Browsers are eager to satisfy preferences.
The order is important. By adding `ES256` first, the relying party prefers an `ES256` credential. Browsers are eager to satisfy preferences.
{% endhint %}

The complete list of supported algorithms:
Expand Down