56
56
I will implement the features listed in the roadmap below as they become available. https://trello.com/c/VpCE8JUi/113-additional-oauth-20-functionality
Replace the internally used library with the following. This can also make API calls useful. https://github.com/twitterdev/twitter-api-typescript-sdk However, the library is still in beta. https://github.com/twitterdev/twitter-api-typescript-sdk/blob/38be8c6fec2e9dab39a9bd0ca5d2105e8dfe9267/README.md?plain=1#L7
YubiKey C Bio - FIDO Edition is not recognized by YubiKey Personalization Tool. ``` $ ykpersonalize Yubikey core error: no yubikey present $ ykman list --serials 17215529 ``` This behavior...
When building backend-wallet and rp-backend on Ubuntu 18.04.4, the following error occurred. ``` ERROR in libs/lib-did-siop/src/lib-did-siop.service.ts 8:131-144 TS2307: Cannot find module './dtos/siop' or its corresponding type declarations. ``` I think...
Fixed https://github.com/decentralized-identity/DIDComm-js/issues/21
As per the [document](https://github.com/lestrrat-go/jwx/tree/develop/v2/cmd/jwx#usage-parse-pem), we can use ``jwx jwk parse`` command to parse PEM encoded key. But, it seems that the ``jwx jwk parse`` command is no longer used. so...