Document personalization and JWT login options - #6959
Open
DeweyMarco wants to merge 4 commits into
Open
Conversation
Contributor
|
Preview deployment for your docs. Learn more about Mintlify Previews.
|
Contributor
|
Preview deployment for your docs. Learn more about Mintlify Previews.
💡 Tip: Enable Workflows to automatically generate PRs for you. |
DeweyMarco
marked this pull request as ready for review
August 11, 2026 21:53
ethanpalm
approved these changes
Aug 12, 2026
ethanpalm
left a comment
Collaborator
There was a problem hiding this comment.
pushed some small changes. lgtm
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
window.mintlify.userworks for authentication and standalone personalizationWhy
The personalization UI and custom-subpath support shipped separately from the authentication documentation, leaving the docs to say that personalization required OAuth or JWT authentication. The multiple-JWT-login-URL UI and server behavior were also undocumented.
Validation
mint broken-linksgit diff --checkNote
Low Risk
Documentation-only changes with no runtime or security logic modified.
Overview
Personalization is documented as a public-docs feature under dashboard Add-ons, using shared session, JWT, or OAuth to identify visitors without locking pages behind login. The page adds setup for shared session (credentialed Info API, CORS, caching), JWT/OAuth flows (including custom subpath redirect URLs), and explicit warnings that
groupsand OpenAPIx-mint.groupsaffect navigation visibility under personalization—not URL access (authentication still required for true restrictions).Authentication docs now point readers to personalization for custom subpaths, describe multiple named JWT login URLs (selection page, redirect forwarding), and clarify that user data fields (
expiresAt,groups, etc.) apply to standalone personalization as well as OAuth/JWT auth.Custom scripts and the changelog are updated so
window.mintlify.usercovers personalization, unidentified visitors are mentioned, and the July entry correctly states personalization works with custom base paths.Reviewed by Cursor Bugbot for commit 17e89a9. Bugbot is set up for automated code reviews on this repo. Configure here.