energywebfoundation / iam-client-lib

TypeScript library to be used within decentralised applications for authentication and authorisation using DIDs (Decentralised Identifiers) and VCs (Verifiable Credentials)
GNU General Public License v3.0
19 stars 9 forks source link

fix(issue claim): allow boolean as valid field #639

Closed whitneypurdum closed 2 years ago

whitneypurdum commented 2 years ago

Description

For bug: https://energyweb.atlassian.net/browse/SWTCH-1409 issuerFields can be a boolean value, which is not a valid type in this field check. const issuerFields = [{key: 'Checkboolean ', value: true}]

Contributor checklist

ewf-devops commented 2 years ago

:tada: This PR is included in version 6.0.1-alpha.1 :tada:

The release is available on:

Your semantic-release bot :package::rocket:

ewf-devops commented 2 years ago

:tada: This PR is included in version 6.0.1 :tada:

The release is available on:

Your semantic-release bot :package::rocket: