Skip to content

Releases: Godotcam/goCamOpenSource

v1.1.5

26 Jan 15:31

Choose a tag to compare

Added a light background overlay for the Selfie Age Verification step in order to improve running go.cam in a dark environment (added by #24).
Small ui adjustments for the Selfie Age Verification step.
Increase the number of face scan during a verification process.

v1.1.4

09 Dec 14:33

Choose a tag to compare

Added fake / virtual webcam detection.
Improved the selfie age verification speed, increased the sampled age number from 3 to 5.
Added an optional "wasm" backend for the tensorflow library to be used as a fallback in case the "webgl" one fails to run.

v1.1.3

11 Aug 13:42

Choose a tag to compare

Additional example pages improvements for the static files paths.
Implement improvements as suggested in #6 and #10 regarding:

  • scan id verification mirrored camera
  • ability to specify with verification version should be presented to the user

v.1.1.2

07 Aug 16:08

Choose a tag to compare

Better error handling for broken cookie payloads.
Implement improvements as suggested in #16, #17, #18 regarding:

  • iframe permissions for camera and publickey-credentials
  • showing the value of NODE_ENV on the demo page
  • improvements on the demo page for running behind the proxy

v1.1.1

17 Jul 16:20

Choose a tag to compare

Multiple dependencies updates and syntax improvements, see: #12
Fixes for issues #13 and #14.

v1.1.0

18 Mar 16:29

Choose a tag to compare

Fixed verification failed postback logic, should post the correct data now.
Fixed external device verification logic, should initialize the event listeners properly now.
Update the face api library to the latest version.
Decrease the selfie age detection taken samples during a verification process for faster results.
Improve the parsing of Slovakian driver license.

v1.0.9

11 Mar 14:42

Choose a tag to compare

Fixed the callback logic for the failed verification flow.

v1.0.8

07 Feb 17:20

Choose a tag to compare

Added a basic usage implementation of the Go.cam library using a Nodejs backend.
Added conditional rendering of the success page.
Small verification process ui improvements.

v1.0.7

04 Feb 10:38

Choose a tag to compare

Enable a parameter on the payload that shows the detected age, on screen, during a selfie detection process.

v1.0.6

03 Feb 11:50
8bdec43

Choose a tag to compare

Improve the application build process according to #4