Skip to content

Files

Latest commit

 

History

History
29 lines (20 loc) · 858 Bytes

README.md

File metadata and controls

29 lines (20 loc) · 858 Bytes

zenflows-fabaccess

Interface between interfacer-gui and FabAccess BFFH using the python bindings that verify the extistence of a DID for the user using did.dyne.org.

Configuration

The configuration is done by providing environment variables.

Here is the list of them:

  • FAB_HOST - hostname MQTT server
  • FAB_PORT - port of MQTT server
  • FAB_USER - valid username for bffh
  • FAB_USER - valid password for bffh
  • DID_URL - url for the DID controller
  • DELTA_TIMESTAMP - how long is a request valid (in seconds)

Examples

See the subdirectory example/.