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
This is a feature for the new angular approach discussed today:
in case a wallet supports a profile, the required entries for signature algorithm, credential format should be filled out automatically like:
"if a wallet supports the profile "anoncreds with cheqd", it also supportes the credential format anoncred and the did method did:cheqd
We get the values automatically and do not force the user to insert them manually.
There are two options:
append the resources on the demand. this will keep the entries in the json file smaller
autofill them when the user uses the form. This will increase the usage. On the other hand we force the user to use the form to generate his json entry so the values are generated.
We could also implement both like "add them during generation and also add them on demand in case the provider used another way to fill out the json"
The text was updated successfully, but these errors were encountered:
This is a feature for the new angular approach discussed today:
in case a wallet supports a profile, the required entries for signature algorithm, credential format should be filled out automatically like:
"if a wallet supports the profile "anoncreds with cheqd", it also supportes the credential format anoncred and the did method did:cheqd
We get the values automatically and do not force the user to insert them manually.
There are two options:
We could also implement both like "add them during generation and also add them on demand in case the provider used another way to fill out the json"
The text was updated successfully, but these errors were encountered: