sthewissen / MVP

Unofficial app to help MVPs manage their community activities
GNU General Public License v3.0
111 stars 31 forks source link

[Enhancement] Use MSAL for authorization #110

Open sthewissen opened 3 years ago

sthewissen commented 3 years ago

The MVP API uses Live OAuth 1.0 with authorization code. Unfortunately, other methods such as MSAL are not possible as they don't yield an access token that the MVP API allows. Therefore, at some point we'd want to make the switch to MSAL, but it'd have to be enabled on the API side first.