Skip to content
This repository has been archived by the owner on Feb 17, 2023. It is now read-only.

Latest commit

 

History

History
33 lines (22 loc) · 984 Bytes

README.md

File metadata and controls

33 lines (22 loc) · 984 Bytes

DIF Logo

Universal Resolver Driver: did:work

This is a Universal Resolver driver for did:work identifiers.

Specifications

Example DIDs

did:work:2UUHQCd4psvkPLZGnWY33L

Build and Run (Docker)

docker build -f ./docker/Dockerfile . -t didwork/work-did-driver
docker run -p 8080:8080 didwork/work-did-driver
curl -X GET http://localhost:8080/1.0/identifiers/did:work:2UUHQCd4psvkPLZGnWY33L

Build (native Java)

Maven build:

mvn clean install

Driver Environment Variables

uniresolver_driver_did_work_apikey an API Key to allow throttling uniresolver_driver_did_work_domain the URI to call into the Workday Credentials platform