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

インストールへ移動

ソース情報

リポジトリ
thunder-id/skills
ソースの最終更新活動
2026年8月18日 16:31
検出された SKILL.md の言語
英語
スター
35
フォーク
8

インストール方法

デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。

ソースファイルを確認

インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。

SKILL.md を表示中

SKILL.md
ソースの指示 · 読み取り専用プレビュー
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` |
GitHubで見る