Skip to content

Refactor OAuth credentials to use API proxy instead of file #33

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

ddl-gabrielhaim
Copy link
Collaborator

@ddl-gabrielhaim ddl-gabrielhaim commented Jun 16, 2025

Replace file-based token reading with HTTP GET request to local API proxy.
The load_oauth_credentials function now retrieves JWT tokens from
DOMINO_API_PROXY/access-token endpoint instead of reading from DOMINO_TOKEN_FILE.

🤖 Generated with Claude Code

Co-Authored-By: Claude noreply@anthropic.com

ddl-gabrielhaim and others added 2 commits June 16, 2025 11:20
Replace file-based token reading with HTTP GET request to local API proxy.
The load_oauth_credentials function now retrieves JWT tokens from
DOMINO_API_PROXY/access-token endpoint instead of reading from DOMINO_TOKEN_FILE.

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
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