forked from platypush/platypush
2647bd3881
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) |
||
---|---|---|
.. | ||
__init__.py |