Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pravintargaryen/webauthn
Multi-Factor Authentication (MFA) with WebAuthn and Ed25519 Key Pairs
https://github.com/pravintargaryen/webauthn
Last synced: 5 days ago
JSON representation
Multi-Factor Authentication (MFA) with WebAuthn and Ed25519 Key Pairs
- Host: GitHub
- URL: https://github.com/pravintargaryen/webauthn
- Owner: pravintargaryen
- Created: 2024-09-17T04:26:04.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2024-09-17T04:28:24.000Z (about 2 months ago)
- Last Synced: 2024-09-17T07:31:41.715Z (about 2 months ago)
- Language: JavaScript
- Size: 66.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
**Dependencies**
- Express, React
- WebAuthn API
- Ed25519 cryptographic library# Backend
## Installation1. Navigate to the backend directory:
```bash
cd backend
```2. Install Dependencies
```bash
npm i
```3. Start the backend server:
```bash
npm start
```# Frontend
## Installation
1. Navigate to the frontend directory:
```bash
cd frontend
```2. Install Dependencies
```bash
npm i
```3. Start the frontend server:
```bash
npm run dev
```