How to get django authentication working in development without ssl protocol
We are working on a django backend using django-ninja for all the APIs. The backend is deployed on a test server for our colleague who works on the react frontend. We have a login endpoint making use of djangos native authentication functionality. This seems to work if we test it using the swagger ui api doc page.