Relative Content

Tag Archive for pythondjangodjango-rest-frameworkdjango-authenticationdjango-csrf

how to handel default Django authentication in forntend

I’m working on a project, in the back-end we are using Django with Rest and for front we are using Wordpress and we want to send otp for user and if the OTP code from user is valid then login the user and save the CSRF-token and so on ..