Documentation Index
Fetch the complete documentation index at: https://docs.younegotiate.com/llms.txt
Use this file to discover all available pages before exploring further.
Real-World Example
A YouNegotiate operations user opens the Superadmin login page and signs in with their Superadmin credentials. After login, they should reach the Superadmin portal, not the Creditor or Ecomailhub portal.Visual Flow
How It Should Work
- It should authenticate only Superadmin users.
- It should redirect logged-in Superadmin users into the Superadmin portal.
- It should keep Superadmin sessions separate from creditor and Ecomailhub sessions.
How It Should Not Work
- It should not allow creditor users to access Superadmin areas.
- It should not reveal whether sensitive platform accounts exist through detailed login errors.
- It should not redirect a Superadmin user into the wrong portal.
Developer Notes
- Use the Superadmin guard for this flow.
- Redirect behavior should not reuse creditor-only assumptions.
Related App Areas
routes/superadmin/auth.phpapp/Livewire/SuperAdmin/Auth/LoginPage.php