robosats/chat
Reckless_Satoshi e6ddcf9e4b
Add RobotTokenSHA256 middleware, /api/robot and frontend entropy calc (#512)
* Add RobotTokenSHA256 middleware for in-the-fly robot generation/login

* Add RobotView, fix middleware, upgrade frontend

* Token header as base91

* Add OAS schema of RobotView

* Use RobotView on new fetchRobot(), mimick old fetchRobot() functionality

* Upgrade websockets for token based authentication

* Small fixes

* Add frontend token entropy checks, add token on route /robot/<token>

* Rename admin panel

* Collect phrases
2023-05-05 10:12:38 +00:00
..
__init__.py Create new chat app, configure urls 2022-01-13 03:07:20 -08:00
admin.py Improve admin panel loading times 2023-04-27 02:38:16 -07:00
apps.py Re-format all python code 2022-02-17 11:50:10 -08:00
consumers.py Refactor models into a module (#481) 2023-05-01 10:30:53 +00:00
models.py Refactor models into a module (#481) 2023-05-01 10:30:53 +00:00
routing.py Fix all files with pre-commit 2022-10-25 11:04:12 -07:00
serializers.py Add turtle chat component 2022-11-11 01:28:09 -08:00
tasks.py Fix all files with pre-commit 2022-10-25 11:04:12 -07:00
tests.py Conform to pep8 rules (#295) 2022-10-20 20:53:51 +00:00
urls.py Conform to pep8 rules (#295) 2022-10-20 20:53:51 +00:00
views.py Add RobotTokenSHA256 middleware, /api/robot and frontend entropy calc (#512) 2023-05-05 10:12:38 +00:00