SocialiteProviders / Providers

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

Add IVAO Provider #1210

Closed arthurpar06 closed 3 weeks ago

arthurpar06 commented 1 month ago

The OAuth endpoints for the IVAO API can be found here. This URL provides all the necessary information, including the authorization, token, and userinfo endpoints.

Since the endpoints for other providers are hard-coded in this repository, I have also hard-coded the IVAO endpoints. There is no reason to expect these endpoints to change, so this approach ensures stability.

For more details, you can refer to the IVAO API documentation.

atymic commented 3 weeks ago

Please PR to website :) https://github.com/SocialiteProviders/website

arthurpar06 commented 3 weeks ago

Please PR to website :) https://github.com/SocialiteProviders/website

https://github.com/SocialiteProviders/website/pull/52