bknd-setup-auth
✓Use when initializing or configuring the Bknd authentication system. Covers enabling auth, configuring password strategy, setting up JWT and cookie options, defining roles, and production security settings.
Installation
SKILL.md
Initialize and configure the Bknd authentication system with strategies, JWT, cookies, and roles.
Note: Full auth configuration requires code mode. UI only shows/toggles existing settings.
| secret | string | "" | Signing secret (256-bit minimum for production) | | alg | string | "HS256" | Algorithm: HS256, HS384, HS512 | | expires | number | - | Token expiry in seconds | | issuer | string | - | Token issuer claim (iss) | | fields | string[] | ["id", "email", "role"] | User fields in payload |
Use when initializing or configuring the Bknd authentication system. Covers enabling auth, configuring password strategy, setting up JWT and cookie options, defining roles, and production security settings. Source: cameronapak/bknd-skills.
Facts (cite-ready)
Stable fields and commands for AI/search citations.
- Install command
npx skills add https://github.com/cameronapak/bknd-skills --skill bknd-setup-auth- Source
- cameronapak/bknd-skills
- Category
- !Security
- Verified
- ✓
- First Seen
- 2026-02-01
- Updated
- 2026-02-18
Quick answers
What is bknd-setup-auth?
Use when initializing or configuring the Bknd authentication system. Covers enabling auth, configuring password strategy, setting up JWT and cookie options, defining roles, and production security settings. Source: cameronapak/bknd-skills.
How do I install bknd-setup-auth?
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-setup-auth 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
Details
- Category
- !Security
- Source
- skills.sh
- First Seen
- 2026-02-01