Secure user access
Authentication
Manage secure login, primary admin ownership, user permissions, and multi-restaurant access with Supabase-backed authentication.
Secure login
Team access list
What this feature does
Authentication controls who can enter the system and what each user can do after login. It supports owner access, admin permissions, read-only accounts, and Read + Audit users.
Each user signs in with their own account, receives their assigned restaurants, and sees only the actions allowed by their permissions.
Feature highlights
Secure login
Users authenticate with their own credentials instead of sharing one account across the team.
Primary admin access
Owners keep full access to restaurants they create, including settings and team management.
Permission types
Support read-only, Read + Audit, create, edit, delete, and full admin access patterns.
Multi-restaurant login
Users assigned to multiple restaurants can switch only between the locations they belong to.
How it works inside AuditNett
Create or invite a user
Admins add a team member with name, email, password guidance, and assigned restaurant access.
Assign permissions
Choose read, audit, create, edit, delete, or full admin permissions based on the user’s responsibilities.
Load the correct session
After login, AuditNett loads the user profile, restaurants, and permissions tied to that account.
Restrict actions
The UI hides or blocks settings, deletion, editing, or audit actions when a user is not allowed to perform them.