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

[profile]: initial commit #77

Closed legomushroom closed 5 years ago

legomushroom commented 5 years ago

The PR:

  1. Adds the id, name and email as an auth_context object on the conn.
  2. Creates the profile store and improves the Redis fetch-by-key logic to support multiple kind of keys. Each type is prefixed with a prefix:(community:, profile: etc).
  3. Migrates the old community keys to the new schema above.