zenflows-fabaccess/README.md
2023-02-14 15:27:58 +01:00

858 B

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/.