SocialiteProviders / Providers

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

Fixing APS OAuth #1221

Closed SuperDJ closed 5 days ago

SuperDJ commented 1 week ago

Fixing APS OAuth.

Also added possibility to use setConfig. This makes it possible to use the package in a multi-tenancy app.

According to the docs a base64 encrypted header of the client ID and secret is required. But not all "standard" headers are required or matched the docs. For example the content-type.

atymic commented 6 days ago

@SuperDJ can we get a little more explaination here?

SuperDJ commented 5 days ago

@atymic updated the description. Let me know if you need more information.