Providers icon indicating copy to clipboard operation
Providers copied to clipboard

A Collection of Providers for Laravel Socialite

Results 115 Providers issues
Sort by recently updated
recently updated
newest added

PayPal have updated their documentation and the previous endpoints are no longer documented anywhere. They've also made some slight changes to the data being returned: https://developer.paypal.com/docs/api/identity/v1/

Provider for german image board [Pr0gramm](https://pr0gramm.com/) API-Docs: [Official Github Repo](https://github.com/pr0gramm-com/api-docs/blob/master/OAuth.md) Currently configured for scope "user.name".

This PR normalizes the `composer.json` file for each package

Add composer.json support section and [normalize](https://github.com/ergebnis/composer-normalize) the file

No need to set the `grant_type` field again, it is already set with the value `authorization_code` in the parent method. --- Requires https://github.com/SocialiteProviders/Providers/pull/899

Use [Pint](https://github.com/laravel/pint) for code-styling. We use per default the Laravel standards. The contributor does not have to worry anymore about code style If a PR does not respect the standards...

Provider for https://www.alipay.com/ Developer documentation: https://opendocs.alipay.com/open/284/web Thank you! :)

waiting-for-author

Adde OAuth2 provider for [SubscribeStar](https://www.subscribestar.com/) Docs: https://www.subscribestar.com/api

The current Starling provider uses a non-mTLS token endpoint on the staging environment, and the mTLS endpoint for production. Ideally these should align to prevent unexpected surprises on production. This...

This PR elevates `socialiteproviders/manager` requirements to `^4.2` It also drops the support for FutsionAuth support for PHP < 7.4 and add some extra adjustments - see [`574cdac` (#899)](https://github.com/SocialiteProviders/Providers/pull/899/commits/574cdac294f89bce193e58c50070fd915d30c9c6) --- See...