Skip to main content

thunderid-try-consumer

Launch the Wayfinder B2C consumer login demo. Use when asked to "try ThunderID", "run a consumer demo", "see a sample app", "show social login", or "test email/passkey login".

Aller à l'installation

Informations de source

Dépôt
thunder-id/skills
Dernière activité de la source
18 août 2026 à 16:31
Langue détectée de SKILL.md
anglais
Étoiles
35
Forks
8

Options d'installation

Le prompt qui vérifie d'abord la source est sélectionné par défaut. Vous pouvez passer à une commande directe ou télécharger une copie locale.

Vérifiez les fichiers source

Lisez SKILL.md et les fichiers associés affichés par SkillsMP avant de décider de l'installer.

Affichage de SKILL.md

SKILL.md
Instructions source · Aperçu en lecture seule
name
thunderid-try-consumer
description
Launch the Wayfinder B2C consumer login demo. Use when asked to "try ThunderID", "run a consumer demo", "see a sample app", "show social login", or "test email/passkey login".
license
Apache-2.0
allowed-tools
Bash(npx:*)
metadata
{"author":"thunderid","version":"1.0.0"}
# ThunderID — Consumer Login Demo (Wayfinder) Assumes ThunderID is running at `https://localhost:8090`. If not, run `/install` first. ## What Is Wayfinder? Wayfinder is a B2C consumer app that demonstrates: - Email and password login - Social provider login (Google, GitHub, etc.) - Passkeys - Multi-factor authentication (MFA) - Sign-up, profile management, and account recovery ## Launch the Demo ```bash npx thunderid try wayfinder ``` ThunderID downloads the Wayfinder sample app, seeds it with demo data, and starts the frontend and backend services. The app opens at **http://localhost:5173**. ## What's Next Once the demo is running, you can add ThunderID auth to your own app: | Framework | Skill | |-----------|-------| | Next.js | `/integrate-nextjs` | | React | `/integrate-react` | | Vue | `/integrate-vue` | | Nuxt | `/integrate-nuxt` |
Voir sur GitHub