Hybrid Stack access portal
Frontend demo gone. Real authentication is in.
Users can now create an account, sign in from the Next.js app, and stay authenticated with API tokens issued by Laravel Sanctum.
User registration
Create accounts directly from the frontend with validation-ready fields.
Secure login
Authenticate against the Laravel API and keep the session token in the browser.
Profile bootstrap
Reloads the current user automatically when a saved token is still valid.
API ready
Configured endpoint: https://bsol.zyrotechbd.com/api
API health checkToken auth enabled
Restoring your session...