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".

Zur Installation springen

Quellinformationen

Repository
thunder-id/skills
Letzte Quellaktivität
18. August 2026 um 16:31
Erkannte Sprache von SKILL.md
Englisch
Sterne
35
Forks
8

Installationsoptionen

Standardmäßig ist der Prompt ausgewählt, der zuerst die Quelle prüft. Sie können zu einem direkten Befehl wechseln oder eine lokale Kopie herunterladen.

Quelldateien prüfen

Lesen Sie SKILL.md und alle von SkillsMP angezeigten Begleitdateien, bevor Sie sich für eine Installation entscheiden.

SKILL.md wird angezeigt

SKILL.md
Quellanweisungen · Schreibgeschützte Vorschau
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` |
Auf GitHub ansehen