Skip to content

docs(repo): Add tooltip to OAuth access token#9070

Open
SarahSoutoul wants to merge 2 commits into
mainfrom
ss/add-tooltip-access-token
Open

docs(repo): Add tooltip to OAuth access token#9070
SarahSoutoul wants to merge 2 commits into
mainfrom
ss/add-tooltip-access-token

Conversation

@SarahSoutoul

@SarahSoutoul SarahSoutoul commented Jul 1, 2026

Copy link
Copy Markdown
Contributor

Description

This PR adds a tooltip missing on OAuth access token to be consistent with the rest of the docs. Follow up to this PR.

Checklist

  • pnpm test runs as expected.
  • pnpm build runs as expected.
  • (If applicable) JSDoc comments have been added or updated for any package exports
  • (If applicable) Documentation has been updated

Type of change

  • 🐛 Bug fix
  • 🌟 New feature
  • 🔨 Breaking change
  • 📖 Refactoring / dependency upgrade / documentation
  • other:

Summary by CodeRabbit

Summary by CodeRabbit

  • Documentation
    • Updated the token revocation API reference to render “OAuth access token” as a clickable markdown link, improving readability and navigation.

@SarahSoutoul SarahSoutoul self-assigned this Jul 1, 2026
@changeset-bot

changeset-bot Bot commented Jul 1, 2026

Copy link
Copy Markdown

🦋 Changeset detected

Latest commit: 23cd880

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 0 packages

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@vercel

vercel Bot commented Jul 1, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
clerk-js-sandbox Ready Ready Preview, Comment Jul 1, 2026 10:58pm
swingset Ready Ready Preview, Comment Jul 1, 2026 10:58pm

Request Review

@SarahSoutoul SarahSoutoul changed the title Add tooltip docs(repo): Add tooltip to OAuth access token Jul 1, 2026
@coderabbitai

coderabbitai Bot commented Jul 1, 2026

Copy link
Copy Markdown
Contributor

Review Change Stack

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Repository YAML (base), Repository UI (inherited)

Review profile: CHILL

Plan: Pro Plus

Run ID: 097aca19-26b0-45d3-a009-13710ee698b8

📥 Commits

Reviewing files that changed from the base of the PR and between 14907f6 and 23cd880.

📒 Files selected for processing (1)
  • .changeset/sour-windows-greet.md
✅ Files skipped from review due to trivial changes (1)
  • .changeset/sour-windows-greet.md

📝 Walkthrough

Walkthrough

Updated the revokeToken JSDoc in OAuthApplicationsApi.ts to use a markdown link, and added a new changeset file.

Changes

Docs update

Layer / File(s) Summary
JSDoc link formatting
packages/backend/src/api/endpoints/OAuthApplicationsApi.ts
The revokeToken method JSDoc changes the "OAuth access token" text to a markdown link reference.
Changeset entry
.changeset/sour-windows-greet.md
A new changeset file is introduced with content in its first two lines.

Estimated code review effort: 1 (Trivial) | ~2 minutes

Possibly related PRs

Suggested reviewers: wobsoriano

Poem

I nibble a leaf, then hop away,
One link was tuned in a doc today.
A little note now joins the page,
Soft as hay in a rabbit cage. 🐇

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title clearly matches the doc-only change to add a tooltip/link for the OAuth access token.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.

Comment @coderabbitai help to get the list of available commands.

@pkg-pr-new

pkg-pr-new Bot commented Jul 1, 2026

Copy link
Copy Markdown

Open in StackBlitz

@clerk/astro

npm i https://pkg.pr.new/@clerk/astro@9070

@clerk/backend

npm i https://pkg.pr.new/@clerk/backend@9070

@clerk/chrome-extension

npm i https://pkg.pr.new/@clerk/chrome-extension@9070

@clerk/clerk-js

npm i https://pkg.pr.new/@clerk/clerk-js@9070

@clerk/electron

npm i https://pkg.pr.new/@clerk/electron@9070

@clerk/electron-passkeys

npm i https://pkg.pr.new/@clerk/electron-passkeys@9070

@clerk/eslint-plugin

npm i https://pkg.pr.new/@clerk/eslint-plugin@9070

@clerk/expo

npm i https://pkg.pr.new/@clerk/expo@9070

@clerk/expo-passkeys

npm i https://pkg.pr.new/@clerk/expo-passkeys@9070

@clerk/express

npm i https://pkg.pr.new/@clerk/express@9070

@clerk/fastify

npm i https://pkg.pr.new/@clerk/fastify@9070

@clerk/hono

npm i https://pkg.pr.new/@clerk/hono@9070

@clerk/localizations

npm i https://pkg.pr.new/@clerk/localizations@9070

@clerk/nextjs

npm i https://pkg.pr.new/@clerk/nextjs@9070

@clerk/nuxt

npm i https://pkg.pr.new/@clerk/nuxt@9070

@clerk/react

npm i https://pkg.pr.new/@clerk/react@9070

@clerk/react-router

npm i https://pkg.pr.new/@clerk/react-router@9070

@clerk/shared

npm i https://pkg.pr.new/@clerk/shared@9070

@clerk/tanstack-react-start

npm i https://pkg.pr.new/@clerk/tanstack-react-start@9070

@clerk/testing

npm i https://pkg.pr.new/@clerk/testing@9070

@clerk/ui

npm i https://pkg.pr.new/@clerk/ui@9070

@clerk/upgrade

npm i https://pkg.pr.new/@clerk/upgrade@9070

@clerk/vue

npm i https://pkg.pr.new/@clerk/vue@9070

commit: 23cd880

@github-actions

github-actions Bot commented Jul 1, 2026

Copy link
Copy Markdown
Contributor

API Changes Report

Generated by Break Check on 2026-07-01T22:59:03.460Z

Summary

Metric Count
Packages analyzed 19
Packages with changes 0
🔴 Breaking changes 0
🟡 Non-breaking changes 0
🟢 Additions 0

No API Changes Detected

All packages have stable APIs with no detected changes.


Report generated by Break Check

Last ran on 23cd880.

@alexisintech alexisintech left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nice catch! :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants