From a33bdfd730f3e72f20921e818b46520531c5648c Mon Sep 17 00:00:00 2001 From: Annyv2 Date: Tue, 24 Nov 2015 14:03:25 -0430 Subject: [PATCH] Create auth0-variables.js --- example/auth0-variables.js | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 example/auth0-variables.js diff --git a/example/auth0-variables.js b/example/auth0-variables.js new file mode 100644 index 0000000..ce56020 --- /dev/null +++ b/example/auth0-variables.js @@ -0,0 +1,3 @@ +var AUTH0_CLIENT_ID='BUIJSW9x60sIHBw8Kd9EmCbj8eDIFxDC'; +var AUTH0_CLIENT_SECRET=''; +var AUTH0_DOMAIN='samples.auth0.com';