This repository was archived by the owner on Sep 20, 2023. It is now read-only.
This repository was archived by the owner on Sep 20, 2023. It is now read-only.
A lookup table can be used instead of adding a new column for every service to the identity table #2077
Open
Description
At present the identity table schema contains a column for every supported attestation type (like Google, Facebook, etc..).
This won't scale well in the long run. It'd be better if we can add a lookup table and store the verified identities in that table.