lostintangent / spaces

Discover, share, and connect with developers across your favorite teams, classrooms and communities
https://aka.ms/vsls-spaces
MIT License
34 stars 3 forks source link

Update load API endpoint to use token email #107

Closed arjunattam closed 4 years ago

arjunattam commented 4 years ago

With this change, we no longer rely on local storage for names of joined spaces. The service is the source of truth. This ensures that all clients have the same list of joined spaces for a member.

Once this is merged, I will delete the local storage code in the extension.

legomushroom commented 4 years ago

LGTM