bknd-login-flow
Installation
SKILL.md
Login/Logout Flow
Implement user authentication flow with login, logout, and session checking in Bknd.
Prerequisites
- Bknd project with auth enabled (
bknd-setup-auth) - At least one auth strategy configured (password, OAuth)
- For SDK:
bkndpackage installed - For React:
@bknd/reactpackage installed
When to Use UI Mode
- Testing login/logout endpoints via admin panel
- Viewing active sessions
- Checking user authentication status
UI steps: Admin Panel > Auth > Test endpoints