You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-3Lines changed: 1 addition & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,8 +28,6 @@ or using Built-in sensors, as seen in the Chrome example below.
28
28
29
29
[pguecc](https://github.com/ameensol/pg-ecdsa) for the ECDSA cryptographic [ecdsa_verify()](https://github.com/ameensol/pg-ecdsa#ecdsa_verifypublic_key-textbytea-input_data-bytea-signature-textbytea-hash_func-text-curve_name-text) function.
30
30
31
-
[PostgREST](https://postgrest.org/en/v7.0.0/) to provide a web service API for browsers to use.
32
-
33
31
<h2id="installation">3. Installation</h2>
34
32
35
33
Install the `webauthn` extension with:
@@ -62,7 +60,7 @@ The public API consists of two sign-up functions and two sign-in functions.
62
60
63
61
**Note:** The example SQL and curl commands shown for each function
64
62
is only provided to give an idea of what input/output to/from the functions look like.
65
-
Copy/pasting of the commands will only work for the first function, *init_credential*.
63
+
Copy/pasting of the commands will only work for the first function, [webauthn.init_credential()](#init-credential).
66
64
67
65
If you want to manually test the other functions in the terminal, you have to override
0 commit comments