Skip to content

Switch from OAuth2 to basic authentication#2

Open
minholi wants to merge 2 commits into
Cbrown35:mainfrom
minholi:main
Open

Switch from OAuth2 to basic authentication#2
minholi wants to merge 2 commits into
Cbrown35:mainfrom
minholi:main

Conversation

@minholi

@minholi minholi commented Aug 28, 2025

Copy link
Copy Markdown

Most of mautic instances uses Basic Authentication, so I changed it:

  • Update environment variables to use username/password instead of client credentials
  • Replace OAuth2 token management with basic auth in axios instance
  • Remove token refresh interceptors and related OAuth2 code
  • Simplify authentication setup for easier configuration

🤖 Generated with Claude Code

Marcelo Minholi and others added 2 commits August 28, 2025 14:08
- Update environment variables to use username/password instead of client credentials
- Replace OAuth2 token management with basic auth in axios instance
- Remove token refresh interceptors and related OAuth2 code
- Simplify authentication setup for easier configuration

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

Co-Authored-By: Claude <noreply@anthropic.com>
- Update badges and clone URLs to point to forked repository
- Replace OAuth2 references with basic authentication
- Update environment variable documentation
- Simplify credential setup instructions

🤖 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.

1 participant