Hacker News new | ask | show | jobs
by taffer 2424 days ago
PostgREST performs authorization at transaction level, not at connection or session level, so a connection can be used by thousands of active users simultaneously.
1 comments

Oh that's very interesting indeed! I thought each open connection remained linked to exactly one authenticated user account until it is closed.