Back to graph Business concept
BusinessModule 07

Session

Visual walkthrough

Who gets through the gate

Who is knocking

no session

The notes table

0 of 4 readable

Maya••••• ••••• ••••••••
Maya••••• •••• •••••
Sam••••• •••••• ••••••
Sam••••• ••••••• •••••

No session, no rows. The gate is the database, not the login page.

A temporary badge the browser holds after signing in. It expires, so a stolen laptop is not permanent access.

Interactive demo

Pick a sign-in method

Sign-in method
MMayasigned in
  • Dentist Tuesday 9am
  • Pay the gas bill
  • Call mum back
SSamsigned in
  • Renew passport
  • Gift idea: film camera
  • Salary review notes

Row-level rules

The database decides which rows each signed-in person may read.

table · notes6 rows
idownerbodyvisible to
n_01mayaDentist Tuesday 9amMaya only
n_02samRenew passportSam only
n_03mayaPay the gas billMaya only
n_04samGift idea: film cameraSam only
n_05mayaCall mum backMaya only
n_06samSalary review notesSam only

What makes this work

01

Issued

Created at sign-in

02

Signed

Cannot be edited by the browser

03

Expires

Time-limited by design

Related concepts