Wire @thunderid/better-auth into the release workflow - #94
Merged
Conversation
|
Important
This repository does not receive automatic reviews because it has fewer than 10 stars. ⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Team Run ID: Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Introduces @thunderid/better-auth, a community provider helper that returns a typed GenericOAuthConfig for a ThunderID issuer to use with Better Auth's generic-oauth plugin. All OAuth 2.0 / OIDC handling is performed by Better Auth itself, so there is no ThunderID SDK dependency or protocol logic to keep in sync. Also wires the package into the release workflow (Level 0, alongside @thunderid/javascript, since it has no @thunderid/* dependency). Signed-off-by: Brion <info@brionmario.com>
brionmario
force-pushed
the
better-auth
branch
from
September 4, 2026 11:56
aa3fb6a to
d456054
Compare
DonOmalVindula
approved these changes
Sep 4, 2026
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.
Purpose
@thunderid/better-authwas added in #93 but was never wired into the release workflow, so it couldn't be versioned or published via the🚀 Releaseworkflow_dispatch. This PR adds it.Approach
sdk_better_authworkflow input.release-better-authjob at Level 0 (alongsiderelease-javascript), since the package has no@thunderid/*runtime dependency — only abetter-authpeer dependency.javascript,react-router, andtanstack-router.Related Issues
Better Authprovider thunderid#3559Related PRs
@thunderid/better-auth) #93Checklist
breaking changelabel added.Security checks