Tag: Django
-
Understanding Security for Django Web Services, Part 1 — JSON Web Token
This blog is the first installation in a series of security-centered articles that are intended to help Django developers secure their …
-
Protect Your Django Web Application From Security Threats
Introduction Security is vital but variable according to the functionality of the web application. Some companies might have a greater …
-
Securing a Stateless Django Application
Django is a mature web framework for Python. Among its many uses is creating REST APIs (or a standalone backend for that …
●●●