iMerica / dj-rest-auth

Authentication for Django Rest Framework
https://dj-rest-auth.readthedocs.io/en/latest/index.html
MIT License
1.63k stars 304 forks source link

Add Microsoft Graph Login Option to Social Serializers #518

Closed jeff-zimmerman closed 1 year ago

jeff-zimmerman commented 1 year ago

This adds the MicrosoftLoginSerializer in social_serializers.py. It works the same way as TwitterLoginSerializer, except the key for 'access_token' is changed to 'accessToken' and the secret is not needed.