Allow custom kid
to be set in JWS
#4102
Annotations
2 errors and 1 warning
identity_storage/src/storage/tests/credential_jws.rs#L214
error[E0599]: no function or associated item named `new` found for struct `identity_credential::validator::JwtCredentialValidator` in the current scope
--> identity_storage/src/storage/tests/credential_jws.rs:214:75
|
214 | let validator = identity_credential::validator::JwtCredentialValidator::new();
| ^^^ function or associated item not found in `JwtCredentialValidator<_>`
|
|
The following actions uses node12 which is deprecated and will be forced to run on node16: jetli/wasm-bindgen-action@24ba6f9fff570246106ac3f80f35185600c3f6c9. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
The logs for this run have expired and are no longer available.
Loading