Auth0 integration - #368
Draft
isvictorious wants to merge 3 commits into
Draft
Conversation
Add a guide for using Tiger Cloud or self-hosted TimescaleDB as the user store for an Auth0 custom database connection, covering the users schema, the Login/Create/Get User action scripts, a network-reachability caveat, verification, card logo, and sidebar entry. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
|
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
…uth0 guide Include the remaining three Auth0 custom database action scripts, adapted from Auth0's official PostgreSQL templates, instead of only referencing them. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Use product-name constants in prose, put UI element names in code font instead of bold, drop the TLS acronym, and fix a redundant "self-hosted self-hosted TimescaleDB" phrase. 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 using Tiger Cloud or self-hosted TimescaleDB as the user store for an Auth0 custom database connection. Covers the
usersschema, configuring the connection in Auth0, storing the connection string in the script Settings, and all six action scripts — Login, Get User, Create, Verify, Change Password, Delete — adapted from Auth0's official PostgreSQL templates. Includes verification and troubleshooting, the Auth0 card logo, and a sidebar entry under Code & libraries.Sources: Auth0 custom DB templates, auth0/db-connections-templates (postgres scripts), auth0/db-creation-scripts/postgres.sql. Linear: EDU-588.
Other items to confirm:
PRIMARY KEYandUNIQUE/NOT NULLconstraints beyond Auth0's bare reference schema.Create DB Connection,Use my own database, Custom Database tab, Settings parameter names) against the current dashboard.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