Skip to content

v3.7.1

Compare
Choose a tag to compare
@davidgrayston davidgrayston released this 26 Sep 09:38
· 429 commits to master since this release
54324aa

Added

Signed Request Builder

  • RequestBuilder
  • YotiRequest
  • YotiResponse (now exported)
  • buildConnectApiRequest() (in ./request/index.js) for use by connect API services.

Age Verifications

  • AgeVerification
    • .getCheckType()
    • .getAge()
    • .getResult()
    • .getAttribute()
  • BaseProfile
    • .findAttributesStartingWith()
  • Profile
    • .getAgeVerifications()
    • .findAgeOverVerification(age)
    • .findAgeUnderVerification(age)
    • .findAgeVerification(type, age)
    • .findAllAgeVerifications()

Document Details

  • DocumentDetails.getIssuingAuthority()

Deprecated

  • makeRequest() (in ./request/index.js)
  • Profile.getAgeVerified()
  • Age found at yoti_common/age

Fixed

  • Updated example project to run in Node 6