·bknd-oauth-setup
!

bknd-oauth-setup

cameronapak/bknd-skills

在 Bknd 应用程序中配置 OAuth 或社交登录提供程序时使用。涵盖 Google OAuth、GitHub OAuth、自定义 OAuth 提供程序、回调 URL、环境变量和前端 OAuth 集成。

7安装·0热度·@cameronapak

安装

$npx skills add https://github.com/cameronapak/bknd-skills --skill bknd-oauth-setup

SKILL.md

Configure OAuth authentication providers (Google, GitHub, or custom) in Bknd.

| google | OIDC | openid, email, profile | | github | OAuth2 | read:user, user:email |

| name | string | Yes | Strategy identifier | | type | "oauth2" \| "oidc" | Yes | Protocol type | | client.clientid | string | Yes | OAuth client ID | | client.clientsecret | string | Yes | OAuth client secret | | client.tokenendpointauthmethod | string | Yes | Auth method (clientsecretbasic) | | as.issuer | string | Yes | Authorization server issuer URL |

在 Bknd 应用程序中配置 OAuth 或社交登录提供程序时使用。涵盖 Google OAuth、GitHub OAuth、自定义 OAuth 提供程序、回调 URL、环境变量和前端 OAuth 集成。 来源:cameronapak/bknd-skills。

查看原文

可引用信息

为搜索与 AI 引用准备的稳定字段与命令。

安装命令
npx skills add https://github.com/cameronapak/bknd-skills --skill bknd-oauth-setup
分类
!安全工具
认证
收录时间
2026-02-01
更新时间
2026-02-18

快速解答

什么是 bknd-oauth-setup?

在 Bknd 应用程序中配置 OAuth 或社交登录提供程序时使用。涵盖 Google OAuth、GitHub OAuth、自定义 OAuth 提供程序、回调 URL、环境变量和前端 OAuth 集成。 来源:cameronapak/bknd-skills。

如何安装 bknd-oauth-setup?

打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/cameronapak/bknd-skills --skill bknd-oauth-setup 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code 或 Cursor 中使用

这个 Skill 的源码在哪?

https://github.com/cameronapak/bknd-skills