Consent
Getting Started
Use Inth when you want c15t consent UX with a hosted backend for policy resolution, consent syncing, jurisdiction awareness, and durable records.
What you need
Before connecting an app, create a consent project in Inth and decide which application origins should be allowed to call it.
Then use c15t's canonical framework docs for the frontend integration:
Inth-specific setup
Inth changes the backend side of the setup:
- create a managed consent project
- choose a runtime region
- add trusted origins
- use hosted mode in c15t
- set
backendURLto your consent backend URL or app proxy
The app-local proxy pattern is common:
The hosted backend is responsible for jurisdiction and policy resolution, consent syncing, and backend records. Keep mode="hosted" for production.
Verify the install
- Start your app locally.
- Confirm the banner appears when no consent has been saved.
- Open the customize dialog and verify each configured category appears.
- Accept or reject consent, reload, and confirm the choice persists.
- Check that measurement and marketing scripts do not run until their category is granted.
- Confirm the save appears in Inth consent records.