diff options
-rw-r--r-- | README.md | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -1,17 +1,17 @@ # WebAuthntine Project -[](https://lerna.js.org/) + It's like FIDO2 and Constantine had a baby...I dunno either 🤷♂️ This monorepo contains two complimentary libraries to help reduce the amount of work needed to incorporate WebAuthn into a website. The following packages are maintained here: -- @webauthntine/server -- @webauthntine/browser +- [@webauthntine/server](./packages/server/) +- [@webauthntine/browser](./packages/browser) An additional package is also included that contains shared TypeScript definitions: -- @webauthntine/typescript-types +- [@webauthntine/typescript-types](./packages/typescript-types/) ## Development |