Git Product home page Git Product logo

nukturnal / gvive Goto Github PK

View Code? Open in Web Editor NEW
2.0 0.0 0.0 27 KB

Identity Verification Ruby SDK Wrapper for GVIVE GH Web Service. Developed for use in a private project I was working on taught it might help to make it public to save engineers some codetime

Home Page: https://gvivegh.com/

License: MIT License

Ruby 99.25% Shell 0.75%
gvive verification passport voters-id drivers-license

gvive's People

Contributors

nukturnal avatar

Stargazers

 avatar  avatar

gvive's Issues

Driver License Photos

API Exception Message

Length of LOB data (119274) to be replicated exceeds configured maximum 65536. Use the stored procedure sp_configure to increase the configured maximum value for max text repl size option, which defaults to 65536. A configured value of -1 indicates no limit, other that the limit imposed by the data type.\r\nThe statement has been terminated.

GVIVE Webservice has a limit issue when returning blobs for photo. I'm sending them a support email to have them fix it from their end. Avoid requesting both photo and signature images from Driver License API

# Don't set photo or signature params to true
driver = GVIVE::Identity::Driver.new("G7181828", "Lara Croft", true, true)

# Do this rather
# signature & photo params are set to false by default
driver = GVIVE::Identity::Driver.new("G7181828", "Lara Croft")

Passport NoImage Flags Disregarded

The incp flag for picture blob is disregarded by the GVIVE webservice for Passport Authentications. Pictures are returned regardless of whether the flag is turned on or off.

I will follow up with an official email to the team to sort this out. Until then I will artificially handle this within the wrapper to make the gem behave uniformly across various Identities if user decides to turn on the flags or vice versa through the gem.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.