chore(docs): add Setup section to Authentication page#284
Merged
Conversation
This comment was marked as low quality.
This comment was marked as low quality.
marythought
force-pushed
the
chore/274-f-authentication-setup
branch
from
April 7, 2026 16:34
8977b30 to
e6ad079
Compare
Contributor
There was a problem hiding this comment.
Code Review
This pull request updates the authentication documentation by adjusting the sidebar position and adding a new 'Setup' section with import examples for Go, Java, and JavaScript. A review comment suggests expanding the JavaScript import list to include common token providers required by subsequent examples on the page to ensure the setup section is a complete reference.
marythought
force-pushed
the
chore/274-f-authentication-setup
branch
from
April 8, 2026 17:07
b5359dc to
c9b921d
Compare
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.
Inline comments:
In `@docs/sdks/authentication.mdx`:
- Around line 41-47: The imports shown for the JavaScript TabItem are missing
clientCredentialsTokenProvider; update the import statement that currently lists
authTokenInterceptor and OpenTDF to also include clientCredentialsTokenProvider
so the first example can use clientCredentialsTokenProvider alongside
authTokenInterceptor and OpenTDF.
🪄 Autofix (Beta)
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
ℹ️ Review info
⚙️ Run configuration
Configuration used: Organization UI
Review profile: CHILL
Plan: Pro
Run ID: cc85cdac-4c00-4be9-8faf-8b73a24fc6ad
📒 Files selected for processing (1)
docs/sdks/authentication.mdx
jp-ayyappan
approved these changes
Apr 8, 2026
jp-ayyappan
left a comment
Contributor
There was a problem hiding this comment.
based on prior approval
Show base imports for Go, Java, and JS so readers know where sdk, SDKBuilder, and authTokenInterceptor come from before hitting the first code example. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
marythought
force-pushed
the
chore/274-f-authentication-setup
branch
from
April 8, 2026 21:44
cf13705 to
2608c1b
Compare
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
Add a Setup section to the Authentication page showing base imports for Go, Java, and JS so readers know where
sdk,SDKBuilder, andauthTokenInterceptorcome from before hitting the first code example.Part of #274
Test plan
🤖 Generated with Claude Code
Summary by CodeRabbit
Documentation
New Features