Skip to main content
Access / Security4 min read

Security and Privacy Basics

A plain-language overview of what Yantra stores today, how access is protected, and the user habits that make the experience safer.

01

Account & Access

What Yantra Stores Today

  • Your account identity through Supabase authentication
  • Your learner profile fields such as name, class designation, skill level, progress, and academic year
  • Authenticated rolling chat history for signed-in users
  • Public access requests when someone uses the landing-page access form
02

Account & Access

How Access Is Protected

Protected routes

The dashboard and student profile are checked server-side so unauthenticated users cannot open them casually.

Session handling

Supabase SSR session cookies keep auth state moving through the app consistently.

Validated writes

Profile and access-request inputs are validated and sanitized before persistence.

03

Account & Access

Best User Habits

Step 1

Use one consistent identity

If you use Google or GitHub sign-in, keep the same email aligned with your Yantra account to avoid fragmentation.

Step 2

Rotate passwords when needed

Use reset if you suspect the old password is weak or compromised.

Step 3

Sign out on shared devices

Yantra supports a clean sign-out route, so use it whenever you are not on a personal machine.

Related Guides

Keep going