Adds the id, name and email as an auth_context object on the conn.
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).
Migrates the old community keys to the new schema above.
The PR:
id
,name
andemail
as anauth_context
object on theconn
.prefix:
(community:
,profile:
etc).community
keys to the new schema above.