a-sit-plus / kmm-vc-library

Kotlin Multiplatform library implementing W3C VC Data Model and ISO 18013-5 mDL
https://a-sit-plus.github.io/kmm-vc-library/
Apache License 2.0
15 stars 1 forks source link

Move out mDL credential #79

Closed nodh closed 1 month ago

nodh commented 1 month ago

Moves out the mDL credential into a separate library.

Also rework the registration of credentials from external libraries to accomodate ISO serialization and cleanly separating SD-JWT credentials.

Thus this is assumed to be contained in a next major release.

See also (private repo) https://github.com/a-sit-plus/mobile-driving-licence-credential/tree/main for the mDL credential.

(Also only to be merged after https://github.com/a-sit-plus/kmm-vc-library/pull/78)

nodh commented 1 month ago

Merged with https://github.com/a-sit-plus/kmm-vc-library/commit/3bcd09e1edd728d8207b41b8754bd892e461d427 and others