v2.3.2
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
- feat: adding authentication session by @javip97 in #553
- feat: Allow the selection of a custom IPFS gateway by @amonsosanz in #557
🐛 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
- Add issue template by @elias-garcia in #549
Full Changelog: v2.3.1...v2.3.2