https://github.com/l1ttps/fido-passkeys
Implement fido passkeys for react and elysia (Bun runtime)
https://github.com/l1ttps/fido-passkeys
authentication bun-runtime elysiajs fido passkeys passwordless reactjs
Last synced: about 1 year ago
JSON representation
Implement fido passkeys for react and elysia (Bun runtime)
- Host: GitHub
- URL: https://github.com/l1ttps/fido-passkeys
- Owner: l1ttps
- License: apache-2.0
- Created: 2023-09-30T04:16:23.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-01T15:19:21.000Z (over 2 years ago)
- Last Synced: 2025-03-13T17:01:52.230Z (about 1 year ago)
- Topics: authentication, bun-runtime, elysiajs, fido, passkeys, passwordless, reactjs
- Language: TypeScript
- Homepage:
- Size: 341 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README copy.md
- License: LICENSE
Awesome Lists containing this project
README
# Elysia with Bun runtime
## Getting Started
To get started with this template, simply paste this command into your terminal:
```bash
bun create elysia ./elysia-example
```
## Development
To start the development server run:
```bash
bun run dev
```
Open http://localhost:3000/ with your browser to see the result.