Skip to content

v2.3.2

Compare
Choose a tag to compare
@javip97 javip97 released this 23 Nov 08:09
· 293 commits to main since this release
6c19605

What's Changed

💣 Breaking Changes

Api-UI

Changed /v1/authentication/qrcode response.

previous:

   iden3comm://?request_uri=somehost?id=3d8f74b6-d1bd-46c8-9e5e-f3f02538a791"

current:

{
    "qrCodeLink": "iden3comm://?request_uri=somehost?id=3d8f74b6-d1bd-46c8-9e5e-f3f02538a791",
    "sessionID": "1ef4bf33-ea4b-4e2f-831a-240afa113168"
}

The new response authentication parameter, sessionID will allow the integrator to get the authenticated user's did with the new endpoint /v1/authentication/sessions/{sessionID}

{
    "connection": {
        "createdAt": "2023-11-21T10:43:21Z",
        "id": "b7144f1c-d54e-4f67-a4f1-f2e7ff1beb07",
        "issuerID": "did:polygonid:polygon:mumbai:2qHTqtBT11XxDQAYCZSsXWqKSAdYoLFY7PKddF3MCG",
        "modifiedAt": "2023-11-21T16:04:33Z",
        "userID": "did:polygonid:polygon:mumbai:2qJNp1pUdtyxA3vJJBkPH1sQm6GU7GryzBvW9u61QG"
    }
}

🚀 New Features

🐛 Bug Fixes

  • fix: Avoid sending empty optional objects when issuing credentials by @amonsosanz in #554

🧰 Maintenance

  • chore: unify dockerfiles, amd and arm installation by @martinsaporiti in #551
  • chore: Automatically close state issues after 30 days of inactivity. by @x1m3 in #550

🪜 Minor changes

Full Changelog: v2.3.1...v2.3.2