closeio / sync-engine

GNU Affero General Public License v3.0
25 stars 9 forks source link

Update `/me` endpoint for Microsoft accounts #339

Open drewler opened 2 years ago

drewler commented 2 years ago

https://github.com/closeio/sync-engine/blob/e19ff46f3ca8a1cb7fcfbdb6d0cc3cd10fe1a063/inbox/auth/microsoft.py#L37

Used in _get_user_info.

drewler commented 2 years ago

I think this URL is only used during the "Authorization Code" grant:

Since this is not part of the main flow, updating this endpoint has lower priority and we can leave if for later.