Authentication via a Django backend
Unanswered
Armenian Gampr dog posted this in #help-forum
Armenian Gampr dogOP
Hi guys, I need to make a NextJS, Vercel deployed frontend authenticate via a Django served log-in page, which should return a session ID to facilitate further communication with the Django backend. What would be the best way to go about this?