Skip to content

Commit 927a0f1

Browse files
committed
Remove PostgREST as dependency since this project works without it
1 parent 771219f commit 927a0f1

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,6 @@ or using Built-in sensors, as seen in the Chrome example below.
2828

2929
[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.
3030

31-
[PostgREST](https://postgrest.org/en/v7.0.0/) to provide a web service API for browsers to use.
32-
3331
<h2 id="installation">3. Installation</h2>
3432

3533
Install the `webauthn` extension with:
@@ -62,7 +60,7 @@ The public API consists of two sign-up functions and two sign-in functions.
6260

6361
**Note:** The example SQL and curl commands shown for each function
6462
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).
6664

6765
If you want to manually test the other functions in the terminal, you have to override
6866
the random challenge values.

0 commit comments

Comments
 (0)