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.
- Host: GitHub
- URL: https://github.com/bajajcodes/passkeys-express-demo
- Owner: bajajcodes
- Created: 2024-02-18T14:37:14.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-02-23T18:48:34.000Z (about 1 year ago)
- Last Synced: 2025-02-14T01:37:49.434Z (3 months ago)
- Language: JavaScript
- Homepage: https://passkeysdemo.vercel.app
- Size: 235 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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