Entitlement
An entitlement is a record that a specific account may access a specific artefact.
Why it matters
Checking it server-side is the only way gating works. A client-side flag is a value the user controls.
How it is measured
Request a paid URL while signed out and confirm the paid body is absent from the HTML, not merely hidden.
Checks that involve entitlement
Related terms
Questions
What is entitlement?
An entitlement is a record that a specific account may access a specific artefact.
Why does entitlement matter?
Checking it server-side is the only way gating works. A client-side flag is a value the user controls.
How is entitlement measured?
Request a paid URL while signed out and confirm the paid body is absent from the HTML, not merely hidden.