Web application security alternatives

In order to secure our application from outside threats, there are a couple of alternative methods, which are described here. Usually, our application doesn't have any intelligence to identify suspicious activities. Hence, some of the important security measures are described as follows:

  • HTTP-based Auth
  • OAuth/OpenID
  • Windows authentication

HTTP-based Auth

A simple username and password are hashed and sent to the web server by the client, like the one we have set up for our web application, as depicted in the following screenshot:

This preceding screenshot image is of the UI that we created in Chapter ...

Get Cloud Native Python now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.