You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now we select a users key using the pure(ish) function ID Token => Key. We need to allow multiple Firebase instances, but we don't want one Firebase instance to be able to hijack the keys of another instance.
Therefore we need to change the key selection function to (Firebase ID, ID Token) => Key, while preserving the keys of existing near.org users.
We also need to be able to have, on the leader node, a configurable list of accepted Firebase IDs.
The text was updated successfully, but these errors were encountered:
Right now we select a users key using the pure(ish) function
ID Token => Key
. We need to allow multiple Firebase instances, but we don't want one Firebase instance to be able to hijack the keys of another instance.Therefore we need to change the key selection function to
(Firebase ID, ID Token) => Key
, while preserving the keys of existing near.org users.We also need to be able to have, on the leader node, a configurable list of accepted Firebase IDs.
The text was updated successfully, but these errors were encountered: