trinsic-id / v2-sdk

Trinsic SDK repository
https://docs.trinsic.id/
Apache License 2.0
29 stars 15 forks source link

feature: Add `HasValidCredential` method to the `ConnectService` #1585

Closed mewmba closed 11 months ago

mewmba commented 11 months ago

feature: Add HasValidCredential method to the ConnectService (#3094) Validate issuer is signer Validate credential has valid status Fix build error Create credential proof and verify it before sending back to client Add todos Fix finalize session bug Add simple unit test for new normalization method Refactor CredentialNormalization to use new method Issue a single auth token to be used in the multi-ecosystem lookup Apply formatting changes Remove deprecated todo Fix tests Revert validation tests change Change "whoops" error messages spike: HasValidCredential sdk method Add tests for HasValidCredential Apply formatting changes Fix merge errors Improve test data to be more reliable Make sure tests are idempotent --------- Co-authored-by: Mewmba mewmba@trinsic.id