Skip to content

Conversation

@ahonn
Copy link
Member

@ahonn ahonn commented Sep 12, 2025

Replaces the previous API key-based authentication with a full OAuth flow using the Authorization Code Grant with PKCE.

Key changes:

  • Implemented an OAuthClientProvider to manage the authentication process.
  • The server now automatically initiates a browser-based login for the user to authorize the application.
  • Access tokens and refresh tokens are securely stored locally and refreshed automatically.
  • Removed the need for users to manage and configure an API key manually, simplifying the setup process.
  • Updated all relevant documentation, configurations, and dependencies to support the new authentication mechanism.

@ahonn ahonn merged commit e79fc48 into master Sep 15, 2025
@github-actions
Copy link

🎉 This PR is included in version 1.3.0 🎉

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