Some transport methods (like nfc) require the lowest amount of data overhead possible. This PR addresses that by externalizing the raw token format (CBOR)
Changes
Extracted template converter functions
added utility function to convert token to and from raw format
Fixes: exposing functions for raw token format
Description
Some transport methods (like nfc) require the lowest amount of data overhead possible. This PR addresses that by externalizing the raw token format (CBOR)
Changes
PR Tasks
npm run test
--> no failing unit testsnpm run format