platypush/platypush/event
Fabio Manganiello 2647bd3881 Implemented token verification over HTTP calls.
The token can be provided either:

* GET parameter (``?token=abc``)
* JSON payload request (``{..your_request.., "_token":"abc"})
* HTTP header (``X-Token: abc``)
* Basic HTTP auth (any username works, password: token)
2018-07-08 21:36:58 +02:00
..
processor Implemented token verification over HTTP calls. 2018-07-08 21:36:58 +02:00
__init__.py - #30 Implemented Google Assistant backend 2017-12-24 01:10:48 +01:00
hook.py [#61] Plugins actions refactoring 2018-07-06 02:08:38 +02:00