Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lucasamonrc/passkeys
This simple application demonstrates how to set up passkey registration and authentication flows using TypeScript.
https://github.com/lucasamonrc/passkeys
passkeys typescript webauthn
Last synced: 9 days ago
JSON representation
This simple application demonstrates how to set up passkey registration and authentication flows using TypeScript.
- Host: GitHub
- URL: https://github.com/lucasamonrc/passkeys
- Owner: lucasamonrc
- Created: 2024-09-03T15:44:00.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-09-13T17:02:51.000Z (5 months ago)
- Last Synced: 2024-11-23T17:18:25.443Z (2 months ago)
- Topics: passkeys, typescript, webauthn
- Language: TypeScript
- Homepage: https://passkeys.lucasamonrc.dev
- Size: 264 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Codeowners: CODEOWNERS
Awesome Lists containing this project
README
# 🔑 Passkeys
This simple application demonstrates how to set up passkey registration and verification flows using JavaScript. This code is to help people get familiar with the concepts and in no way is an attempt to inform how passkeys should be used in production in the context of user authentication.
## 🚀 Technologies
- [SimpleWebAuthn](https://simplewebauthn.dev/)
- [Vite](https://vitejs.dev/)
- [Express.js](https://expressjs.com/)## 🛠Setup
**Running the project:**
```sh
# Running client and server concurrently
npm run dev# Running only the client
npm run dev:client# Running only the server
npm run dev:server
```## 📋 Meta
Lucas Castro – [lucasamonrc.dev](https://www.lucasamonrc.dev) – [email protected]
[@lucasamonrc](https://github.com/lucasamonrc)