Skip to Content
🎉 New release with new features and improvements! V0.0.4 Release →

Login to BSH Engine

To access the BSH Engine admin panel or protected APIs, users must authenticate using their email and password. The login process creates a secure, authenticated session for subsequent requests.

Login Page

For detailed request and response formats, refer to the Authentication API Documentation.

The system uses the secret env:jwt.secret to generate access tokens.
Before starting the instance, make sure to provide your JWT secret via environment variables as described here.