The admin login page is atDocumentation Index
Fetch the complete documentation index at: https://docs.maska.co.in/llms.txt
Use this file to discover all available pages before exploring further.
/admin/login. It uses Supabase Auth with
email OTP (magic link) — there are no passwords.
Signing in
- Enter your staff email address.
- Tap Send magic link.
- Check your inbox for an email from Supabase Auth.
- Click the link in the email — it redirects you to
/adminand signs you in.
/admin/login
and request a new one.
Access control
Only email addresses that have been added as users in the Supabase project can receive a working magic link. Submitting an unrecognised email will send an email that contains no valid session — the link will not grant access. Contact your Maska account manager to add or remove staff email addresses.Session behaviour
Once signed in, your session is kept alive automatically by Supabase Auth. You are redirected to/admin/login if your session expires or if you sign out from the
dashboard or settings page.
The dashboard and settings pages redirect to /admin/login immediately if no active
session is detected on load.