In #54 we add a constraint that makes it so that `profile.authorities` can only be added if they are verified first. We also need to make sure that that entry gets removed from the `authorities` if the identity is removed.
In #54 we add a constraint that makes it so that
profile.authoritiescan only be added if they are verified first.We also need to make sure that that entry gets removed from the
authoritiesif the identity is removed.