+ 1
Validate django authentication session with nodejs
I need to check django authenticated user using nodejs. Im using django as a frontend and I build my api with nodejs. I need to check if a request handling by nodejs is sent by a user who is logged in by django framework.
1 Answer
0
Toni Isotalo it's doesn't makes sense that you use Django for Front-end and Node.js for backend you have to use any of the JS frameworks for Front-end and for Node.js we have JWT-Authentication