Skip to content

pocket-id/website

Folders and files

NameName
Last commit message
Last commit date

Latest commit

3e5fcbf · Mar 28, 2025

History

64 Commits
Mar 23, 2025
Mar 28, 2025
Feb 13, 2025
Mar 11, 2025
Mar 13, 2025
Feb 6, 2025
Mar 13, 2025
Mar 11, 2025
Mar 13, 2025
Mar 13, 2025
Feb 6, 2025
Mar 20, 2025
Feb 6, 2025

Repository files navigation


Pocket ID Website

Pocket ID is a simple OIDC provider that allows users to authenticate with their passkeys to your services.

This website is built using Docusaurus.

Contributing

Setup

  1. Install the dependencies:
    npm install
  2. Start the development server:
    npm start

This command starts a local development server and opens up a browser window. Most changes are reflected live without having to restart the server.

Structure

The markdown files are located in the docs folder. The sidebar is defined in sidebars.ts.