From 3212aca7c74a2f4e51ac37aba65d3dd68c4c7903 Mon Sep 17 00:00:00 2001 From: Mikhail Bragin Date: Sun, 12 Sep 2021 09:39:03 +0300 Subject: [PATCH] docs: add reference to auth0 react guide --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 71a08b041..4f89c22fb 100644 --- a/README.md +++ b/README.md @@ -152,6 +152,9 @@ netsh interface ip show config name="wt0" ### Running Management, Signal and Coturn Wiretrustee uses [Auth0](https://auth0.com) for user authentication and authorization, therefore you will need to create a free account and configure AUTH0 variables in the compose file (dashboard and management). +Check this guide out up until "Configure allowed origins" [Auth0 React example](https://auth0.com/docs/quickstart/spa/react/01-login). +You will need these properties for UI Dashboard and management config. + Under infrastructure_files we have a docker-compose example to run both, Wiretrustee Management and Signal services, plus an instance of [Coturn](https://github.com/coturn/coturn), it also provides a turnserver.conf file as a simple example of Coturn configuration. You can edit the turnserver.conf file and change its Realm setting (defaults to wiretrustee.com) to your own domain and user setting (defaults to username1:password1) to **proper credentials**.