TypeScript library to be used within decentralised applications for authentication and authorisation using DIDs (Decentralised Identifiers) and VCs (Verifiable Credentials)
Removes comment in claims service that was mistakenly merged
Applies prettier formatting to files. These files are in need of style formatting but usually have no functional changes and are therefore never added to PRs
Contributor checklist
[x] Breaking changes - check for any existing interfaces changes that are not backward compatible, removed method etc.
[x] Documentation - document your code, add comments for method, remember to check if auto generated docs were updated.
[x] Tests - add new or updated existed test for changes you made.
[x] Migration guide - add migration guide for every breaking change.
[x] Configuration correctness - check that any configuration changes are correct ex. default URLs, chain ids, smart contract verification on Volta explorer or EWC explorer.
Description
Contributor checklist