Skip to content

v0.3.1

Choose a tag to compare

@fuongz fuongz released this 07 Apr 03:58
· 20 commits to main since this release
9c69bcc

[v0.3.1] - 2026-04-07

Added

  • New github authentication strategy with preset OAuth endpoints
  • Step-by-step guides for creating OAuth clients (Google Cloud Console, GitHub Developer Settings)
  • Documentation for GitHub OAuth scopes (read:user, repo, workflow, etc.)

Changed

  • Reorganize documentation: split long README into dedicated docs (api.md, client-config.md, endpoints.md, getting-started.md, storage.md)

Internal

  • Add buildGitHubProviderConfig() for GitHub OAuth preset configuration
  • Extend AuthStrategy type to include "github"
  • Update buildProviderRefreshConfig() to support GitHub token refresh
  • Add github case handling in HTTP adapters and auth middleware

Full Changelog: v0.3.0...v0.3.1