Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: jferrl/go-githubauth
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.3.0
Choose a base ref
...
head repository: jferrl/go-githubauth
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.4.0
Choose a head ref
  • 9 commits
  • 9 files changed
  • 1 contributor

Commits on Aug 29, 2025

  1. Add GitHub star badge and call to action to README

    Added a section encouraging users to star the repository on GitHub, including a badge and supporting text to help promote the project.
    jferrl committed Aug 29, 2025
    Configuration menu
    Copy the full SHA
    273ba7e View commit details
    Browse the repository at this point in the history
  2. Add social share buttons to README

    Introduced 'Share this project' section in the README with buttons for sharing on X (Twitter) and Reddit to increase project visibility.
    jferrl committed Aug 29, 2025
    Configuration menu
    Copy the full SHA
    08a1f4d View commit details
    Browse the repository at this point in the history
  3. Add GitHub contribution and issue templates

    Introduced CONTRIBUTING.md, bug report and feature request issue templates, and a pull request template to standardize contributions, issue reporting, and PR submissions. These additions aim to improve project collaboration, clarify contribution guidelines, and streamline the review process.
    jferrl committed Aug 29, 2025
    Configuration menu
    Copy the full SHA
    a29e74e View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2025

  1. feat: Add support for GitHub personal access tokens

    Introduces a new Personal Access Token source for OAuth2 authentication, supporting both classic and fine-grained tokens. Updates the README with usage instructions and security notes. Adds comprehensive tests for the new token source functionality.
    jferrl committed Aug 30, 2025
    Configuration menu
    Copy the full SHA
    6597bf3 View commit details
    Browse the repository at this point in the history
  2. Add clean HTTP client and improve token source

    Introduces a cleanHTTPClient function for better HTTP client defaults and connection pooling. Updates NewInstallationTokenSource to use the new HTTP client and wraps the installationTokenSource with oauth2.ReuseTokenSource for improved token reuse.
    jferrl committed Aug 30, 2025
    Configuration menu
    Copy the full SHA
    b3c566c View commit details
    Browse the repository at this point in the history
  3. Update docs for v1.4.0: PAT support and performance

    Added changelog and README updates for v1.4.0, highlighting new personal access token support, advanced token caching, high-performance HTTP client, and significant performance optimizations. Documentation now reflects new features and improvements for production readiness and efficiency.
    jferrl committed Aug 30, 2025
    Configuration menu
    Copy the full SHA
    63ee6cf View commit details
    Browse the repository at this point in the history
  4. Update README.md

    jferrl committed Aug 30, 2025
    Configuration menu
    Copy the full SHA
    9b2ef7b View commit details
    Browse the repository at this point in the history
  5. Update CHANGELOG.md

    jferrl committed Aug 30, 2025
    Configuration menu
    Copy the full SHA
    768df99 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #21 from jferrl/dev/jferrl/pat

    feat: Add support for GitHub personal access tokens
    jferrl authored Aug 30, 2025
    Configuration menu
    Copy the full SHA
    732f060 View commit details
    Browse the repository at this point in the history
Loading