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
In order for that to be useful, the private keys to that DID also need to be stored somewhere. So, either:
a. Generate and store corresponding private keys in a keys/ container in the user's data space, under access control. Or
b. Store the keys in a Credentials Handler API powered wallet. Or both.
(Optional) Consider adding a basic /sign API endpoint. So that a user/app developer can send an arbitrary JSON document to that endpoint to be signed by the current logged in user.
The text was updated successfully, but these errors were encountered:
a. Generate and store corresponding private keys in a
keys/
container in the user's data space, under access control. Orb. Store the keys in a Credentials Handler API powered wallet. Or both.
/sign
API endpoint. So that a user/app developer can send an arbitrary JSON document to that endpoint to be signed by the current logged in user.The text was updated successfully, but these errors were encountered: