anonstream/anonstream/routes
n9k 1422bebd8e Require Authorization header for broadcaster
As opposed to just the broadcaster token. This makes the broadcaster
username/password login mandatory, which previously was only mandatory
in the `auth_required` wrapper, but not elsewhere (so for example
leaving comments as the broadcaster was possible with the token only). A
less safe alternative to this would be to compare tokens in `check_auth`
once the Authorization header didn't match.
2022-06-14 08:50:31 +00:00
..
__init__.py Add licences 2022-03-08 16:41:47 +13:00
core.py Eyes: send Retry-After header during cooldown 2022-06-14 03:33:14 +00:00
nojs.py Offline screen 2022-06-11 23:14:12 +00:00
websocket.py Remove redundant failsafe `websocket.close()` 2022-06-11 23:14:16 +00:00
wrappers.py Require Authorization header for broadcaster 2022-06-14 08:50:31 +00:00