Skip to content

Releases: bcgov/issuer-kit

2.3.3

13 Jul 16:43
345a011
Compare
Choose a tag to compare
  • Updated aca-py version to 0.6.0
  • Updated dependencies
  • Updated keycloak image
  • Updated docker-compose to use generic versions of postgresql, mongodb
  • Add agent seed persistence between runs in demo mode
  • Removed OpenShift configurations: sample configurations can now be found here

2.3.2

25 Jan 19:24
4376aa9
Compare
Choose a tag to compare
  • Updated issuer-web to check the value of pres_req_conf_id matches what requested during authentication. See here for more details.
  • Added option to silently sign-out currently authenticated user after a credential is issued.
  • Added configurable help dialog: it can be used to provide help/context information, and it can be displayed by default on first visit to the website.
  • Tweaked connection view to improve QR code readability.
  • Updated documentation to include latest changes.
  • Updated dependencies.

2.3.1

24 Nov 21:25
9584575
Compare
Choose a tag to compare

Updated revocation endpoint to use the new /revocation API namespace in Aries Cloudagent Python 0.5.6+

2.3.0

06 Nov 16:57
3c9e638
Compare
Choose a tag to compare

Updated Caddy version for issuer-admin, issuer-web containers - now using Caddy v2.

2.2.0

04 Nov 20:49
0c8a5cd
Compare
Choose a tag to compare
  • Updated dependencies
  • Protect APIs used by admin web application
  • Protect APIs used by issuer web application

Note:
The authorization mechanism introduced to protect the API endpoints used to issue a new credential may cause your application to stop working properly if the settings are not up-to-date. Please review the documentation and update the api configuration as appropriate for your use-case.

2.1.2

02 Sep 21:27
c5aa168
Compare
Choose a tag to compare
  • Updated dependencies
  • Correctly sign-out of issuer web application (local and IdP) after a successful credential issuance

2.1.1

01 Sep 21:06
498a955
Compare
Choose a tag to compare

Bugfixes:

  • correctly revoke credential when setting the "Credential was revoked" flag to true

2.1.0

26 Aug 21:46
878db24
Compare
Choose a tag to compare

The latest release introduces support for issuing and managing credentials that support revocation.

  • Added configuration options to specify whether a credential is revocable, and which tag to when publishing a credential definition
  • Updated admin dashboard to support revocation
  • Added revocation handling in the API/controller
  • Refactored API/controller to initialize schemas and credential definitions on service startup, rather than before the first issuance event
  • Fixed bug that would cause issued credentials to not be marked as such upon successful issuance

2.0.1

19 Jun 02:27
fa62fab
Compare
Choose a tag to compare
  • Fixed bug in issuer-web causing the invitation data to be "lost" if using an invite AND authenticating with an Identity Provider.
  • Fixed bug that caused credentials to never be marked as "issued", even after a successful issuance.

2.0.0

10 Jun 00:44
5b883de
Compare
Choose a tag to compare
  • new api/controller component written using FeathersJS
    • added support for issuing credentials using more than one schema with the same controller
    • it is now possible to easily customize the invite email for each deployed instance of the app
    • added Swagger UI for public API methods
    • general cleanup and refactoring of the API
  • new issuer-admin webapp written in VueJS
    • uses same configuration pattern as issuer-web
    • added customizable payload to invite: it can be used to pre-populate form on issuer side when field names match
  • rebranded components from identity-kit to issuer-kit