|
15 | 15 | ## Table of Contents |
16 | 16 |
|
17 | 17 | <!-- TOC --> |
18 | | - * [Table of Contents](#table-of-contents) |
19 | | - * [Features](#features) |
20 | | - * [Installation](#installation) |
21 | | - * [Usage](#usage) |
| 18 | + |
| 19 | +* [Table of Contents](#table-of-contents) |
| 20 | +* [Features](#features) |
| 21 | +* [Installation](#installation) |
| 22 | +* [Usage](#usage) |
22 | 23 | * [Library Usage](#library-usage) |
23 | | - * [Implement storages: `UserStore` and two `SessionStore` one for WebAuthn and one for general session](#implement-storages-userstore-and-two-sessionstore-one-for-webauthn-and-one-for-general-session) |
24 | | - * [Create a new `Passkey` instance and mount the routes](#create-a-new-passkey-instance-and-mount-the-routes) |
25 | | - * [Client-side](#client-side) |
| 24 | + * [Implement storages: `UserStore` and two |
| 25 | + `SessionStore` one for WebAuthn and one for general session](#implement-storages-userstore-and-two-sessionstore-one-for-webauthn-and-one-for-general-session) |
| 26 | + * [Create a new `Passkey` instance and mount the routes](#create-a-new-passkey-instance-and-mount-the-routes) |
| 27 | + * [Client-side](#client-side) |
26 | 28 | * [Example Application](#example-application) |
27 | | - * [API](#api) |
| 29 | +* [API](#api) |
28 | 30 | * [Middleware](#middleware) |
29 | | - * [Development](#development) |
| 31 | +* [Development](#development) |
30 | 32 | * [Common tasks](#common-tasks) |
31 | 33 | * [Mocks](#mocks) |
32 | 34 | * [Troubleshooting](#troubleshooting) |
33 | | - * [FAQ](#faq) |
34 | | - * [Contributing](#contributing) |
35 | | - * [License](#license) |
| 35 | + * [FAQ](#faq) |
| 36 | +* [Contributing](#contributing) |
| 37 | +* [License](#license) |
| 38 | + |
36 | 39 | <!-- TOC --> |
37 | 40 |
|
38 | 41 | ## Features |
|
52 | 55 |
|
53 | 56 | Used in project: |
54 | 57 |  |
55 | | - |
| 58 | + |
56 | 59 |
|
57 | 60 | Actual versions: |
58 | 61 |  |
|
0 commit comments