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
{{ message }}
This repository has been archived by the owner on Dec 12, 2024. It is now read-only.
The spec recommends that IDs can be dereferenced. This is currently not supported by ssi-service.
We should:
Set a config parameter for the base URL for the service (not sure if it exists already).
When creating credentials, call the SetID(id) method with id = baseURL + "/v1/credentials/" + uuid.NewString(). This will allow the ID to be dereferenced.
The text was updated successfully, but these errors were encountered:
The spec recommends that IDs can be dereferenced. This is currently not supported by ssi-service.
We should:
SetID(id)
method withid = baseURL + "/v1/credentials/" + uuid.NewString()
. This will allow the ID to be dereferenced.The text was updated successfully, but these errors were encountered: