overtrue / socialite

Socialite is an OAuth2 Authentication tool. It is inspired by laravel/socialite, you can easily use it without Laravel.
MIT License
1.3k stars 241 forks source link

Added Azure Provider #237

Closed ExPl0siF closed 2 years ago

ExPl0siF commented 2 years ago

I've added the Azure AD Provider in order to use it directly without creating custom provider. Same usage as Laravel Socialite

overtrue commented 2 years ago

Thanks.