Auth.js integration - #362
Draft
isvictorious wants to merge 2 commits into
Draft
Conversation
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>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
Replace an em dash in the troubleshooting section with two sentences. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
isvictorious
marked this pull request as draft
June 30, 2026 16:53
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.
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, theauth.tsconfiguration with apgPool, 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):
AUTH_SECRET/ provider note comes from the base Auth.js install docs, not the adapter page itself.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
🤖 Generated with Claude Code