Releases: rarimo/verificator-svc
Releases · rarimo/verificator-svc
v0.2.2
v0.2.1: add anonymous_id and nullifier for uniqueness (#15)
* add anonymous_id and nullifier for uniqueness * use unique index for: aid and nullifier instead of using unique field in table
v0.2.0
change flow for light verification: verify signature -> verify pub-si…
v0.1.2
Update zk lib
v0.1.1
Breaking changes due to rarimo/passport-zk-circuits@b7360e4
v0.1.0: fix validation and uniqueness check (#7)
* fix validation * fix age validation * change uniqueness check and refractor errors * fix verify if uniqueness * code refractor * optimize code * value: event_id move to verifier config section
v0.1.0-rc4
fix verify if uniqueness
v0.1.0-rc3
change uniqueness check and refractor errors
v0.1.0-rc2
fix age validation
v0.1.0-rc1: change params for verification-link: omitempty (#6)
* change params for verification-link: omitempty * remove unnecessary code * change selector generation