Based off of https://github.com/tomitokko/django-chatbot
- Will redirect from chatbot if not logged in
- Redirects back to chatbot when logged in
Endpoint
/chatbot/login/
- redirects to login if not logged in
- is a chatbot
Endpoint
/chatbot/
- yeah users register here
- creates user and logs them in
- automatically redirects to chatbot upon registration
Endpoint
/chatbot/register/
- logs user out on get
- yeah its not secure
- its a stupid test project
Endpoint
/dj-rest-auth/logout/



