Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

credebl/webauthn-server

WebAuthn Service

This is a fully-functional reference implementation of @simplewebauthn/server and @simplewebauthn/browser, using Express to handle the WebAuthn flows for registration and authentication (login).

Features

  • User Registration via WebAuthn
  • User Authentication via WebAuthn
  • HTTPS Support for secure origins
  • CSRF protection via lusca
  • Rate Limiting to prevent abuse
  • Handles both resident key and non-resident key options
  • Uses CORS for cross-origin requests

Requirements

  • Node.js (>=12.x)
  • SSL certificates for HTTPS (if enabled)
  • Environment configuration via .env file

Installation

  1. Clone the repository:

    git clone https://github.com/your-repo/webauthn-service.git
    cd webauthn-service
  2. Install dependencies:

    pnpm install
  3. Create a .env file with the following environment variables:

    RP_ID=["example.com"] # Relying Party ID, can be an array
    EXPECTED_ORIGINS=["https://example.com"] # Expected origins for authentication
    RP_NAME=My WebAuthn Service # Name of your service
    TIMEOUT=60000 # Timeout for registration/authentication flows
    ENABLE_CONFORMANCE=true # Enable conformance routes for FIDO Metadata Service
    ENABLE_HTTPS=true # Enable HTTPS mode for the service

Usage

Start the Server

To run the server, use the following command:

pnpm start

About

WebAuthn server for CREDEBL

Topics

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

AltStyle によって変換されたページ (->オリジナル) /