Skip to content

Wire @thunderid/better-auth into the release workflow - #94

Merged
brionmario merged 1 commit into
thunder-id:mainfrom
brionmario:better-auth
Sep 4, 2026
Merged

Wire @thunderid/better-auth into the release workflow#94
brionmario merged 1 commit into
thunder-id:mainfrom
brionmario:better-auth

Conversation

@brionmario

@brionmario brionmario commented Sep 4, 2026

Copy link
Copy Markdown
Member

Purpose

@thunderid/better-auth was added in #93 but was never wired into the release workflow, so it couldn't be versioned or published via the 🚀 Release workflow_dispatch. This PR adds it.

Approach

  • Added an sdk_better_auth workflow input.
  • Added a release-better-auth job at Level 0 (alongside release-javascript), since the package has no @thunderid/* runtime dependency — only a better-auth peer dependency.
  • No sample app exists for this package yet, so it skips the "Pack Sample" / GitHub Release archive step, matching javascript, react-router, and tanstack-router.

Related Issues

Related PRs

Checklist

  • Followed the contribution guidelines.
  • Manual test round performed and verified.
  • Documentation provided. (Add links if there are any)
  • Tests provided. (Add links if there are any)
    • Unit Tests
    • Integration Tests
  • Breaking changes. (Fill if applicable)
    • Breaking changes section filled.
    • breaking change label added.

Security checks

  • Followed secure coding standards.
  • Confirmed that this PR doesn't commit any keys, passwords, tokens, usernames, or other secrets.

@coderabbitai

coderabbitai Bot commented Sep 4, 2026

Copy link
Copy Markdown

Important

  • 🔍 Trigger review

This repository does not receive automatic reviews because it has fewer than 10 stars.

⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Team

Run ID: 09a7141b-eea9-40e4-b0af-68b566a98ca1


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.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

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 brionmario changed the title Add ThunderID provider helper for Better Auth's Generic OAuth plugin Wire @thunderid/better-auth into the release workflow Sep 4, 2026
@brionmario
brionmario merged commit 4f931b1 into thunder-id:main Sep 4, 2026
7 checks passed
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.

2 participants