Skip to main content

Documentation 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.

The admin login page is at /admin/login. It uses Supabase Auth with email OTP (magic link) — there are no passwords.

Signing in

  1. Enter your staff email address.
  2. Tap Send magic link.
  3. Check your inbox for an email from Supabase Auth.
  4. Click the link in the email — it redirects you to /admin and signs you in.
Magic links expire after 1 hour. If the link has expired, return to /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.