v2.1.0
- Uses flask
before_request
to protect all endpoints rather than protecting routes present at instantiation time - Allows user to use user-defined authorization python function instead of a dictionary/list of usernames and passwords
- Raise minimum Python version to 3.8, dropping support for 3.6 and 3.7