1.

What Is Basic Authentication Tool?

Answer»

The purpose of this TOOL is to provide basic authentication to the application designed in the application.

Arguments

This tool uses the following arguments −

realm: String defining the realm VALUE.

users: Dictionary of the form − username:password or a Python callable function returning such a dictionary.

encrypt: Python callable used to encrypt the password RETURNED by the CLIENT and compare it with the ENCRYPTED password provided in the users dictionary.

The purpose of this tool is to provide basic authentication to the application designed in the application.

Arguments

This tool uses the following arguments −

realm: String defining the realm value.

users: Dictionary of the form − username:password or a Python callable function returning such a dictionary.

encrypt: Python callable used to encrypt the password returned by the client and compare it with the encrypted password provided in the users dictionary.



Discussion

No Comment Found