Skip to content

Commit

Permalink
Move from @hexagon/webauth to fido2-lib 3.x
Browse files Browse the repository at this point in the history
  • Loading branch information
Hexagon committed May 12, 2022
1 parent cead00c commit 6c43374
Show file tree
Hide file tree
Showing 5 changed files with 496 additions and 467 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

This is a working skeleton of a Node.js/Koa application with passwordless login (Web Authentication API, WebAuthN, FIDO2).

Main version (Koa/@hexagon/webauthn) live at [https://56k.guru/webauthn](https://56k.guru/webauthn)
Main version (Koa/fido2-lib) live at [https://56k.guru/webauthn](https://56k.guru/webauthn)
Deno version (Deno/Opine/@hexagon/webauthn) live at [https://56k.guru/webauthn-deno](https://56k.guru/webauthn-deno)

## Features
Expand All @@ -19,7 +19,7 @@ There are multiple versions of this demo available in different branches

| Runtime | Server framework | Branch | Webauthn-lib | Live at |
| ------- | ---------------- | ------ | ------------ | ------- |
| Node | Koa | [main](https://github.com/Hexagon/webauthn-skeleton) | [webauthn](https://github.com/hexagon/webauthn) | [56k.guru/webauthn](https://56k.guru/webauthn) |
| Node | Koa | [main](https://github.com/Hexagon/webauthn-skeleton) | [fido2-lib](https://www.npmjs.com/package/fido2-lib) | [56k.guru/webauthn](https://56k.guru/webauthn) |
| Node | Express | [server/express](https://github.com/Hexagon/webauthn-skeleton/tree/server/express) | [fido2-lib](https://www.npmjs.com/package/fido2-lib) | - |
| Deno | Opine | [server/deno](https://github.com/Hexagon/webauthn-skeleton/tree/server/deno) | [webauthn](https://github.com/hexagon/webauthn) | [56k.guru/webauthn-deno](https://56k.guru/webauthn-deno) |

Expand Down
Loading

0 comments on commit 6c43374

Please sign in to comment.