bknd-login-flow
✓Use when implementing login and logout functionality in a Bknd application. Covers SDK authentication methods, REST API endpoints, React integration, session checking, and error handling.
Installation
SKILL.md
Implement user authentication flow with login, logout, and session checking in Bknd.
| host | string | Backend URL | | storage | Storage | Token persistence (localStorage, sessionStorage) | | token | string | Pre-set auth token | | tokenTransport | "header" \| "cookie" | How token is sent (default: header) |
Note: Logout clears server-side cookie. For header-based auth, client must discard token.
Use when implementing login and logout functionality in a Bknd application. Covers SDK authentication methods, REST API endpoints, React integration, session checking, and error handling. 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-login-flow- Source
- cameronapak/bknd-skills
- Category
- </>Dev Tools
- Verified
- ✓
- First Seen
- 2026-02-01
- Updated
- 2026-02-18
Quick answers
What is bknd-login-flow?
Use when implementing login and logout functionality in a Bknd application. Covers SDK authentication methods, REST API endpoints, React integration, session checking, and error handling. Source: cameronapak/bknd-skills.
How do I install bknd-login-flow?
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-login-flow 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
- </>Dev Tools
- Source
- skills.sh
- First Seen
- 2026-02-01