API authentification (tbc...)

This commit is contained in:
Gaël Métais
2014-12-09 09:04:28 +01:00
parent 906f0876a0
commit 49015e3422
9 changed files with 300 additions and 22 deletions
+9 -1
View File
@@ -1,4 +1,12 @@
{
"serverPort": 80,
"googleAnalyticsId": "UA-54493828-1"
"googleAnalyticsId": "UA-54493828-1",
"authorized-keys": {
},
"tokenSalt": "",
"authorizedApplications": [
]
}
+9 -1
View File
@@ -1,4 +1,12 @@
{
"serverPort": 8383,
"googleAnalyticsId": ""
"googleAnalyticsId": "",
"authorizedKeys": {
"1234567890": "contact@gaelmetais.com"
},
"tokenSalt": "lake-city",
"authorizedApplications": [
"frontend"
]
}