wonderful-restaurant-75622
05/26/2024, 2:18 PMemail
in my traits in the schema and I have added this lines to my mapper:
verified_addresses: std.prune([
// Carry over verified status from Social Sign-In provider.
if 'email' in claims && claims.email_verified then { via: 'email', value: claims.email },
])
However, the email stays unverified when I look at the database identity_verifiable_addresses
.
Am I missing anything?wonderful-restaurant-75622
05/28/2024, 12:47 PMv1.1.0
solved it.