Skip to content

SKIP_DOCS_ACCESS_KEY

reference
1 min readUpdated

Kind: Constant

Source: atloria-monorepo/apps/api/src/reader-access/skip-docs-access.decorator.ts

Mark a route on PublicProjectController as EXEMPT from DocsAccessGuard's project-level gate. Used only by the endpoints that GRANT access (a reader with no token must be able to POST the password / redeem a link / request an email code / start SSO) and by the ungated gate-screen branding endpoint. Everything else on the controller is gated by default (fail-safe).

Was this page helpful?

Download as PDF