Playground biometrics demo BioID home page

Useful Tools for BWS

BWS CLI

This is a simple BWS command-line interface that can be used to easily test BWS 3 installations.

For Linux

bws.tar.gz

For Windows

bws.zip

Scripting for BWS-OnPrem

In order to renew the license of your BWS On-Premises installation you can use the following scripts. To generate the JSON Web Token for authentication, these scripts use the JWT tool below.

For Linux (Bash script)

renew-bws-license.sh

For Windows (PowerShell script)

renew-bws-license.ps1

JSON Web Tokens - JWT

JSON Web Tokens are an open, industry standard RFC 7519 method for representing claims securely between two parties. You can download our JWT tools for creating JSON Web Tokens typically to be used to authenticate at the BWS Management API.

For Linux

jwt.tar.gz

For Windows

jwt.zip