Skip to content

process MDOC CBOR according to ISO 18013-5.

License

Notifications You must be signed in to change notification settings

cre8/mdl-js

 
 

Repository files navigation

mDL Implementation in JavasScript (TypeScript)

This is the reference implmentation of ISO 18013-5 defines mDL (mobile Driver Licenses) specification written in TypeScript. It aims to provide a production-ready, robust and secure way to handle.

Concepts

  • Platfrom agnostic: Our library is platform agnostic and does not depend on any specific platform.
  • Bring your own crypto: Our library is platfrom agnostic and does not depend on any cryptographic library. It is up to the user to provide the cryptographic library they want to use.
  • Modular design: Our library is modular and can be used in different scenarios. It is up to the user to decide which features they want to use.
  • TypeScript: Our library is written in TypeScript and provides type definitions for the API.
  • Easy to use: Our library is easy to use and provides a simple API for handling mDL data.

Installation

npm install @m-doc/mdl
yarn install @m-doc/mdl
pnpm install @m-doc/mdl

Version

We keep all the versions of our packages in sync.

About

process MDOC CBOR according to ISO 18013-5.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 99.4%
  • JavaScript 0.6%