Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

README

        

**Dependencies**

- Express, React
- WebAuthn API
- Ed25519 cryptographic library

# Backend
## Installation

1. 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
```