Getting Started
Writing Content
API References
- Interactive Playground
- OpenAPI
- MDX
- Troubleshooting
Configurations
Advanced
- Custom Scripts
- Custom Subdirectory
- Auth & Personalization
- Authentication
- Partial Authentication
- Personalization
- Auth vs Personalization
- Authentication Setup
- Personalization Setup
- Sending Data
- Extensions
- REST API
Auth & Personalization
Partial Authentication
Authenticate users to view only certain pages
Partial Authentication allows you to authenticate users to view only certain pages.
You can authenticate users through handshake methods such as:
Partial Authentication shares all the same features as Authentication, but with the ability to allow unauthenticated users to view certain pages.
By default, all pages are protected. You can specify which pages should be publicly accessible by adding the public
property to the page’s frontmatter.
Was this page helpful?