An open API service indexing awesome lists of open source software.

https://github.com/bajajcodes/passkeys-express-demo

Passkeys implementation using webauthn, expressjs, prisma and following https://divrhino.com/articles/passkeys-express.
https://github.com/bajajcodes/passkeys-express-demo

Last synced: about 2 months ago
JSON representation

Passkeys implementation using webauthn, expressjs, prisma and following https://divrhino.com/articles/passkeys-express.

Awesome Lists containing this project

README

        

# Passkeys Demo

Passkey is password less authentication method, allowing servers to register and authenticate users using public key cryptography. Thus, it is a password less method.

> Tech Stack: Expressjs, Passportjs, Webauthn API, Prisma