ComputerSocietyVITC / Sahaay

MIT License
4 stars 7 forks source link

Login tests/functionality #7

Closed cool-pants closed 3 years ago

cool-pants commented 3 years ago

Add login functionality to the user module. Subsequently start with writing tests for the same. Then proceed to writing login views and then routing them to urls.

AbhijithGanesh commented 3 years ago

You can read the following docs

The middleware can be implemented through starlette and the ORM docs can be referred from django link

AbhijithGanesh commented 3 years ago

I am closing this issue and I will reopen this after I patch the middleware, it s way too unstable