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
Adding decentralized ID to Digital Saathi certificate
The goal is for verifiers/third parties to be able to obtain the phone number from the certificate upon decoding
Implementation
We will need to add additional middleware to the current /certificatehandler
From the tracking key, we need to make a graphQL API call to the database and obtain the unmasked phone number on the server through the HASURA_ADMIN_SECRET
We need to add the obtained phone_number to the /certificate request
The phone_number will be added to the verifiable credential being generated here