platypush/platypush/backend/http/app/routes
Fabio Manganiello b3c28f6773 Added support for JWT token-based authentication 2021-02-12 22:43:34 +01:00
..
plugins New media panel [WIP] 2021-01-14 00:15:35 +01:00
__init__.py Refactored HTTP server to split the routes on separate files and keep the main Flask app object in a separate file as well so it can be easily wrapped by a WSGI instance 2019-02-23 21:19:00 +01:00
auth.py Added support for JWT token-based authentication 2021-02-12 22:43:34 +01:00
dashboard.py The /execute endpoint should require authentication as well 2020-11-28 15:28:09 +01:00
execute.py The /execute endpoint should require authentication as well 2020-11-28 15:28:09 +01:00
hook.py Cast request headers to dict before adding them to the event 2021-01-31 00:16:44 +01:00
index.py New template for index panel 2020-11-30 20:57:00 +01:00
login.py Migrated login and register components 2020-11-26 23:43:16 +01:00
logout.py Implemented settings page and finalized multi-user support 2019-07-19 00:50:52 +02:00
plugin.py Added /plugin/<plugin_name> route for single plugin view (see #83) 2020-01-23 00:27:36 +01:00
register.py Fixed and expanded integration tests to deal with HTTP user authentication 2020-12-16 02:10:37 +01:00
resources.py New media panel [WIP] 2021-01-14 00:15:35 +01:00
settings.py Fixed missing static_folder issue on settings page and JS document race condition 2020-03-29 13:47:22 +02:00