hyperledger-archives / aries-framework-dotnet

Aries Framework .NET for building multiplatform SSI services
https://wiki.hyperledger.org/display/aries
Apache License 2.0
84 stars 74 forks source link

Allow arbitrary mime types for credential attributes #236

Closed Dindexx closed 1 year ago

Dindexx commented 1 year ago

Short description of what this resolves:

Currently, in order to add support for new mime types in credential attributes one has to adjust the framework and add the wanted mime type. This PR proposes the option to allow any arbitrary mime types by removing the validation check of mime types.

Changes proposed in this pull request: