·bknd-oauth-setup
!

bknd-oauth-setup

cameronapak/bknd-skills

Use when configuring OAuth or social login providers in a Bknd application. Covers Google OAuth, GitHub OAuth, custom OAuth providers, callback URLs, environment variables, and frontend OAuth integration.

7Installs·0Trend·@cameronapak

Installation

$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 |

Use when configuring OAuth or social login providers in a Bknd application. Covers Google OAuth, GitHub OAuth, custom OAuth providers, callback URLs, environment variables, and frontend OAuth integration. Source: cameronapak/bknd-skills.

View raw

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/cameronapak/bknd-skills --skill bknd-oauth-setup
Category
!Security
Verified
First Seen
2026-02-01
Updated
2026-02-18

Quick answers

What is bknd-oauth-setup?

Use when configuring OAuth or social login providers in a Bknd application. Covers Google OAuth, GitHub OAuth, custom OAuth providers, callback URLs, environment variables, and frontend OAuth integration. Source: cameronapak/bknd-skills.

How do I install bknd-oauth-setup?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/cameronapak/bknd-skills --skill bknd-oauth-setup Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor

Where is the source repository?

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