Skip to content

Commit

Permalink
Update index.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dagnelies authored Aug 28, 2024
1 parent 89e2ed4 commit cd37dd6
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions docs/index.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,22 @@
@passwordless-id/webauthn
=========================


[![NPM Version](https://img.shields.io/npm/v/%40passwordless-id%2Fwebauthn)](https://www.npmjs.com/package/@passwordless-id/webauthn)
[![npm bundle size](https://img.shields.io/bundlephobia/minzip/@passwordless-id/webauthn)](https://bundlephobia.com/package/@passwordless-id/webauthn)
[![NPM Downloads](https://img.shields.io/npm/dm/%40passwordless-id%2Fwebauthn)](https://www.npmjs.com/package/@passwordless-id/webauthn)
[![GitHub Repo stars](https://img.shields.io/github/stars/passwordless-id/webauthn)](https://github.com/passwordless-id/webauthn)
[![GitHub Sponsors](https://img.shields.io/github/sponsors/passwordless-id?style=social&logo=githubsponsors)](https://github.com/sponsors/passwordless-id)


![banner](img/banner-biometric-auth.svg)

<center style="margin:-1rem 0 3rem;">
<a href="/demos/basic.html" class="btn btn-primary btn-lg m-3 px-5">&#x27A4; Demo</a>
<a href="/demos/playground.html" class="btn btn-primary btn-lg m-3 px-4">&#x27A4; Playground</a>
</center>

> This library greatly simplifies the usage of **passkeys** by invoking the [WebAuthn protocol](https://w3c.github.io/webauthn/) more conveniently. It is [open source](https://github.com/passwordless-id/webauthn), opinionated, dependency-free and minimalistic (20kb only, from which 13kb is the list of authenticator AAGUIDs/names).
> This library greatly simplifies the usage of **passkeys** by invoking the [WebAuthn protocol](https://w3c.github.io/webauthn/) more conveniently. It is [open source](https://github.com/passwordless-id/webauthn), opinionated, dependency-free and minimalistic.
>
> This library is provided by [Passwordless.ID](https://passwordless.id), a free public identity provider.
Expand Down Expand Up @@ -145,4 +153,4 @@ Basically, this library is just a tool to realize something bigger. If you just
- Response format changed
- Transports as part of `allowCredentials`

The docs for the legacy version 1.x are found [here](/version-1)
The docs for the legacy version 1.x are found [here](/version-1)

0 comments on commit cd37dd6

Please sign in to comment.