Releases: VerifiedInc/id-verification-demo-client
Releases · VerifiedInc/id-verification-demo-client
v0.5.2
Full Changelog: v0.5.1...v0.5.2
v0.5.1
What's Changed
- [CredentailRequests] update to make the phone credential optional but DOB required. It is the only credential between both hv and prove issuers. Necessary because now prove creds do not have to be issued if using the hv flavor. by @rsmets in #26
Full Changelog: v0.5.0...v0.5.1
v0.5.0
App index / manifest updated to properly reflect the demo's title.
Full Changelog: v0.4.1...v0.5.0
v0.4.1
HV demo log rocket key added.
Full Changelog: v0.4.0...v0.4.1
v0.4.0
LogRocket for sandbox env var added.
Full Changelog: v0.3.3...v0.4.0
v0.3.3
v0.3.2
CI fix for deploying to none default namespaces.
Full Changelog: v0.3.1...v0.3.2
v0.3.1
v0.3.0
Welcome page added via issuerCallback url usage to show how our wallet reverts back
to the customer's context during the signup flow.
Also, split the demo into two flavors: one with HyperVerge with Prove Prefill and one with just HyperVerge based on an env var value. This enables anyone to try to demo thanks to not needing whitelisting from Prove.
What's Changed
- [README] and example .env file updated. by @rsmets in #13
- [README] updated. by @rsmets in #14
- [HV] more HV data being sent back and IDV types project being used. by @rsmets in #15
- [Deeplink] server url added to env vars and build. Not sending base64 image data from hv doc scan. by @rsmets in #16
- [CI & SubjectDidAssociation] CI made more robust and SubjectDidAssociation redirect url fix to point at deeplink router instead of the wallet directly. by @rsmets in #17
- [Login] path exposed. by @rsmets in #18
- [ProveEnabled] env var added to allow skipping Prefill step after doc scan. CI updated to support to k8 deployments, one with Prove and one without. by @rsmets in #19
- [HV] doc scan set to allow for user selection of country and doc type. by @rsmets in #20
- [SubjectDidAssociation] callback url. Also, LogRocket version bumped to latest. by @rsmets in #21
- [Welcome] page. Also, Registration page updated to be contextual based on hv only demo or not. by @rsmets in #22
- [login] path removed. Removed option from request modal. by @rsmets in #23
Full Changelog: v0.2.5...v0.3.0