mirror of
https://github.com/Thream/socketio-jwt.git
synced 2024-07-21 09:38:31 +02:00
Update auth0-variables
This commit is contained in:
parent
a33bdfd730
commit
575269eaf6
@ -1,3 +1,5 @@
|
||||
var AUTH0_CLIENT_ID='BUIJSW9x60sIHBw8Kd9EmCbj8eDIFxDC';
|
||||
var AUTH0_CLIENT_SECRET='';
|
||||
var AUTH0_DOMAIN='samples.auth0.com';
|
||||
(function (exports){
|
||||
exports.AUTH0_DOMAIN = 'Your_Auth0_Domain';
|
||||
exports.AUTH0_CLIENT_ID = 'Your_Auth0_Client_Id';
|
||||
exports.AUTH0_CLIENT_SECRET = 'Your_Auth0_Client_Secret';
|
||||
})(typeof exports === 'undefined' ? this['auth0Variables']={}: exports);
|
||||
|
Loading…
Reference in New Issue
Block a user