Skip to content

v1.0.0-revocation

Compare
Choose a tag to compare
@esune esune released this 13 Oct 18:45

Tagged release for version 1.0.0 of VC-AuthN OIDC with support for revocation check.

This release contains the same code as v1.0.0, with the addition of specific changes to support checking revocation status of credentials during a proof-request.

What's Changed

  • Return 401 HTTP code when presentation-request is not fully verified by @esune in a1ac558
  • Update authentication UI by @esune in ab62319
  • Improve notification UI and message by @esune in b8d2cae
  • Add debug information, other UI tweaks by @esune in 01895fe
  • Fix non-revocation interval by @esune in 71a4273
  • Rename "Verifiable Credential" to "Digital Credential" on QR screen by @esune in e0d819a
  • Modify non-revocation interval as workaround by @esune in 2cb9c77

Full Changelog: v1.0.0...feature/revocation-support