What problem does it solve?
This Skill simplifies setting up user registration in BKND applications, enabling teams to configure and manage authentication flows with clarity and consistency.
Core Features & Use Cases
- Registration enablement & disablement: Centralized control over whether new users can sign up.
- Default roles & password validation: Enforce default user roles and robust password policies across deployments.
- Registration forms & custom fields: Define, collect, and extend registration data through UI and API workflows.
- Use Case: A backend team configures a new Bknd project to require email verification and a default role, then surfaces a registration form in the admin panel and a REST endpoint for frontend apps.
Quick Start
Use bknd-registration to configure and activate user self-registration in your Bknd project. Provide an initial auth config, enable registration, set a default role, and define password rules. Then integrate registration endpoints into your frontend forms or admin tooling.