LanceMcCarthy / MvpApi

An application for Microsoft MVPs to easily browse and upload contributions
MIT License
36 stars 10 forks source link

Fix login request to retrieve refresh_token and profile information #52

Closed Depechie closed 5 years ago

Depechie commented 5 years ago

To get a refresh_token and profile picture information at login, we need to ask for more Scopes during login request

Fixes #50