Skip to content

Auth.js integration - #362

Draft
isvictorious wants to merge 2 commits into
mainfrom
vramirez/edu-582-authjs-how-to
Draft

Auth.js integration#362
isvictorious wants to merge 2 commits into
mainfrom
vramirez/edu-582-authjs-how-to

Conversation

@isvictorious

@isvictorious isvictorious commented Jun 29, 2026

Copy link
Copy Markdown
Collaborator

Describe your changes

Adds a new integration guide for authenticating an application against Tiger Cloud or self-hosted TimescaleDB using Auth.js with the official PostgreSQL adapter. Covers the required schema (users, accounts, sessions, verification_token), installing @auth/pg-adapter pg, setting connection env vars, the auth.ts configuration with a pg Pool, verification, and troubleshooting. Adds the Auth.js card logo and a sidebar entry under Code & libraries.

Drafted from the Auth.js PostgreSQL adapter docs. Linear: EDU-582.

Needs review (AI-drafted, not hand-verified):

  • The AUTH_SECRET / provider note comes from the base Auth.js install docs, not the adapter page itself.
  • Confirm the card logo renders correctly on the integration overview card.

Affected pages

Related Issues

If there is a related issue, please add it below (just put the number after the # below, and GitHub will automatically create a link):

Issue: #number

Checklist before requesting a review

  • - This is ready for review. If not, raise as a draft PR
  • - I have reviewed my changes.
  • - I have confirmed the content is technically accurate.
  • - I have tested any code that is added or updated on the latest available version.
  • - I have confirmed the content is free of typos or grammar errors.
  • - I have verified all images and videos are clear and match production (or dev for unreleased features).
  • - This references a feature that is public. If not, add a note and we can schedule the merge for after the feature release.

🤖 Generated with Claude Code

Add an integration guide for authenticating an application against
Tiger Cloud or self-hosted TimescaleDB using Auth.js with the official
PostgreSQL adapter. Includes the schema setup, adapter configuration,
verification steps, sidebar entry, and card logo.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
@isvictorious
isvictorious requested a review from a team June 29, 2026 14:20
@vercel

vercel Bot commented Jun 29, 2026

Copy link
Copy Markdown

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

Project Deployment Actions Updated (UTC)
tiger-data-docs Ready Ready Preview, Comment Jun 30, 2026 12:30am

@github-actions

Copy link
Copy Markdown

⚠️ Checklist Incomplete

PR is missing required template sections:

"## Describe your changes"
"## Affected pages"
"## Related Issues"
"## Checklist before requesting a review"

Please use the PR template.

@isvictorious isvictorious changed the title docs(integrate): add Auth.js integration guide Auth.js integration Jun 29, 2026
Replace an em dash in the troubleshooting section with two sentences.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant