From 161332c2fac2fc1cd9a965e22a82c4c7cfb62aed Mon Sep 17 00:00:00 2001 From: Ruidy Nemausat Date: Mon, 9 Mar 2020 09:37:24 +0100 Subject: [PATCH] auth --- client/src/authentication/config.json | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 client/src/authentication/config.json diff --git a/client/src/authentication/config.json b/client/src/authentication/config.json new file mode 100644 index 0000000..f2cdc9f --- /dev/null +++ b/client/src/authentication/config.json @@ -0,0 +1,4 @@ +{ + "domain": "https://dev-fyjrvohx.auth0.com/", + "clientId": "Gwee9FRswz3V4NodUQN2Hr2rB2S025Rf" +} \ No newline at end of file