Skip to content
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

Basic Authentication is not supported #27

Open
alijawadsaadsalloum opened this issue Nov 20, 2024 · 1 comment
Open

Basic Authentication is not supported #27

alijawadsaadsalloum opened this issue Nov 20, 2024 · 1 comment

Comments

@alijawadsaadsalloum
Copy link

alijawadsaadsalloum commented Nov 20, 2024

  public static function make(): PendingRequest
    {
        $client = Http::baseUrl(config('services.camunda.url'));

        if (config('services.camunda.user') && config('services.camunda.password')) {
            $client->withBasicAuth(config('services.camunda.user'), config('services.camunda.password'));
        }
        return $client;
    }

can we add the above to the Camunda client to handle the authentication because it returns 401 unauthorized in case the deployment is secure

@uyab
Copy link
Contributor

uyab commented Nov 20, 2024

@alijawadsaadsalloum pull request are welcome

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

No branches or pull requests

2 participants