Auth 🟑 PREVIEW - Login

Secure authentication

Not a launcher app. login and authentication surface, served by the login UI on port 5000. This page is kept here because it documents part of the suite, but it does not appear in the app menu and has no stability classification.

Auth Interface Screen

Overview

Auth provides secure authentication for General Bots Suite. Manage user login, registration, password recovery, and account bootstrap. Auth supports multiple authentication methods including email/password, SSO, and multi-factor authentication.


Features

Login

MethodDescription
Email/PasswordStandard credential authentication
SSOSingle Sign-On via SAML/OAuth
MFAMulti-factor authentication
Remember MePersistent session option
Social LoginGoogle, Microsoft, GitHub

Register

FieldDescription
EmailUser email address
PasswordSecure password requirements
NameFull name
OrganizationOptional org invitation
TermsAccept terms of service

Forgot Password

StepDescription
Enter EmailProvide registered email
Receive LinkGet password reset email
Click LinkFollow secure reset link
New PasswordSet new password
ConfirmVerify and save

Reset Password

FieldDescription
Current PasswordVerify current password
New PasswordEnter new password
Confirm PasswordRe-enter for verification
Strength IndicatorPassword strength feedback

Bootstrap

FeatureDescription
Initial SetupFirst-time system configuration
Admin UserCreate initial admin account
OrganizationSet up organization details
LicenseEnter license key
ConfigurationBasic system settings

Bootstrap via Chat

Initial Setup


API Reference

EndpointMethodDescription
/api/auth/loginPOSTUser login
/api/auth/logoutPOSTUser logout
/api/auth/registerPOSTCreate account
/api/auth/forgot-passwordPOSTRequest password reset
/api/auth/reset-passwordPOSTReset password
/api/auth/refreshPOSTRefresh access token
/api/auth/verifyGETVerify authentication
/api/auth/bootstrapPOSTInitial system setup