Coder Social home page Coder Social logo

bioid-gmbh / bws-gui Goto Github PK

View Code? Open in Web Editor NEW
11.0 7.0 10.0 3.38 MB

BWS HTML5 Unified User Interface

License: MIT License

JavaScript 80.07% CSS 19.93%
face-recognition biometrics liveness-detection facial-recognition face-antispoofing replay-attack presentation-attack-detection face-liveness-detection face-verification face-identification

bws-gui's People

Contributors

mebealex avatar mebehagen avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

bws-gui's Issues

Unauthorized while requesting access token using php

Hi guys please let me know how to get access token in PHP here is below code, I have used guzzle HTTP library for requesting the access token

$uriBase = 'https://bws.bioid.com/extension/token';

        //set the request params
        $requestParameters = [
            'id' => env('BIOID_APP_ID'),
            'bcid' => env('BIOID_BCID'),
            'task'=>'verify',
            'autoenroll'=>'False',
            'livedetection'=>'True',
            'challenge'=>'False',
            'maxtries'=>10,
            'traits'=>'Face,Periocular'
        ];

        //set the headers
        $requestHeaders=[
            'Authorization'=>'Basic'.base64_encode(env('BIOID_APP_ID').":". env('BIOID_CLIENT_SECRET'))
        ];
        //send the request to BIOID server and return the response
        $response = $this->client->get($uriBase,[
            'query'=>$requestParameters,
            'headers' =>$requestHeaders,
        ]);
        return json_encode(json_decode($response->getBody()->getContents()), JSON_PRETTY_PRINT);

but I am getting
401 Unauthorized response: {"Message":"Unauthorized"}

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.