Geoffrey-Django/api
Joey Hines 23739b31f9 Added first pass of an api key system
+API Keys are kept in the database and are 25 characters long
+Each key will have certain permission allowed to it
+Only permission right now is for using bot commands
2018-12-29 19:41:18 -06:00
..
__init__.py Added command API and bot 2018-11-21 20:09:30 -06:00
commands.py Added first pass of an api key system 2018-12-29 19:41:18 -06:00
models.py Added first pass of an api key system 2018-12-29 19:41:18 -06:00
urls.py Bot now runs in its own screen 2018-12-01 20:17:19 -06:00
views.py Added first pass of an api key system 2018-12-29 19:41:18 -06:00