SocialiteProviders / Providers

A Collection of Providers for Laravel Socialite
https://socialiteproviders.com
MIT License
487 stars 435 forks source link

fix: Aikido - add basic auth header for token request #1227

Closed olivernybroe closed 5 days ago

olivernybroe commented 5 days ago

Adding back the Basic auth header for the token request which was removed as part of the reviewing process.

Without it the following error will happen

    Client error: `POST https://app.aikido.dev/api/oauth/token` resulted in a `401 Unauthorized` response:
    {"error":"invalid_client","error_description":"The request is missing an Authorization header"}
olivernybroe commented 5 days ago

ping @lucasmichot