a-sit-plus / vck

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

Feature/rqes module #147

Closed n0900 closed 3 weeks ago

n0900 commented 1 month ago

A bad attempt at seperating RQES related files into two modules rqes-data-classes and vck-rqes with the latter being a placeholder for additional services which may or may not merge with vck-openid depending on how pure we want to keep that module. This current version has the following short-comings:

Better ideas/improvements very welcome

n0900 commented 1 month ago

Rebase to #149

n0900 commented 1 month ago

This should now be a clean seperation of data modules and vck-rqes. I am not sure about CSCAuthenticationRequest yet but it is out of scope for this pull request and since it does not interfere with the current functionality I will deal with it in #127 or a seperate pull request.