Skip to content

Release auth domain change#46

Merged
adilansari merged 1 commit intoreleasefrom
main
Mar 25, 2026
Merged

Release auth domain change#46
adilansari merged 1 commit intoreleasefrom
main

Conversation

@adilansari
Copy link
Copy Markdown
Contributor

@adilansari adilansari commented Mar 25, 2026

Migrate from auth.tigris.dev custom domain to the direct Auth0 tenant domain for production authentication.


Note

Medium Risk
Changes the default production Auth0 domain used for token/JWKS/userinfo calls, which can break CLI authentication if misconfigured or if downstream expects the old custom domain. Scope is small (single config default) but impacts a security-critical login path.

Overview
Updates getAuth0Config() to change the default production Auth0 domain from the auth.tigris.dev custom domain to the direct tenant domain tigrisdata.us.auth0.com when AUTH0_DOMAIN is not set.

Dev behavior and other Auth0 defaults (clientId, audience) are unchanged; this affects all code paths that build Auth0 URLs from domain (e.g., JWKS fetch, /userinfo).

Written by Cursor Bugbot for commit 70da200. This will update automatically on new commits. Configure here.

Migrate from auth.tigris.dev custom domain to the direct
Auth0 tenant domain for production authentication.
@adilansari adilansari merged commit 97d058d into release Mar 25, 2026
3 checks passed
@github-actions
Copy link
Copy Markdown

🎉 This PR is included in version 2.14.1 🎉

The release is available on:

Your semantic-release bot 📦🚀

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