From e769d507f1bb4289b0da5e883eda359ca6d4a472 Mon Sep 17 00:00:00 2001 From: Alberto Morgante Date: Sun, 18 Nov 2018 19:02:36 +0100 Subject: [PATCH] modify the readme --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c81a1ae..799ed1e 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,7 @@ The main idea of this project is based on the same kind of Alarm GSM systems, bu * **Notifications** will be send by email to get it free, and wired/wireless sirens will be connected to Raspberry. * **WebServer**, **API server**, and **Android APP** will be available to communicate with the Alarm System. * **Alexa integration** will be available to control the alarm with the voice using amazon echo devices +* **Web Authentication** based on the google Oauth2 token # Main Features * Interface with the generic 433Mhz security sensors in order to register into the system. @@ -25,7 +26,7 @@ The main idea of this project is based on the same kind of Alarm GSM systems, bu * Webserver, API and Android APP integration for management the system. * **Alexa** [Skills integration](https://github.com/alknopfler/alkalarm-alexa-skills) * Notifications by email (without any limit) and triggering sirens connected to the system. -* Basic Auth in all the operations using Access Code +* Basic Auth in all the operations using oauth2 and google account * Discovering the 433Mhz sensors to add new sensors in the future * Zones in order to separate the sensor in rooms