tall-angle-41306
09/04/2023, 3:48 PMtall-angle-41306
09/04/2023, 3:51 PMtrait
matches the verfied_address
value, but the identity always remains unverified.
select traits from identities where id = '32217327-951d-xxxx-xxxx-711a0c21e603' limit 10;
traits
---------------------------------------------------------------------------------------------------
{"hd": "<snip>.com", "sub": "<snip>", "email": "adam.strawson@<snip>.com"}
select verified, value from identity_verifiable_addresses where identity_id = '32217327-951d-xxxx-xxxx-711a0c21e603';
verified | value
----------+------------------------------
f | adam.strawson@<snip>.com
(1 row)
Am I missing something here, or is the documentation missing something?tall-angle-41306
09/04/2023, 4:26 PM