Let's see whether you can answer the following questions correctly:
- Which HTTP verb is meant to replace an entire resource:
- PATCH
- POST
- PUT
- Which HTTP verb is meant to apply a delta to an existing resource:
- PATCH
- POST
- PUT
- By default, the passlib library will use the SHA-512 scheme for 64-bit platforms with the minimum number of rounds set to:
- 135,000
- 335,000
- 535,000
- The flask.g object is:
- A proxy that provides access to the current request
- An instance of the flask_httpauth.HTTPBasicAuth class
- A proxy that allows us to store on this whatever we want to share for one request only
- The passlib package provides:
- A password hashing framework that supports more than 30 schemes
- An authentication framework ...