Skip to content

v2.1.0

Compare
Choose a tag to compare
@alexcjohnson alexcjohnson released this 24 Jan 23:12
· 56 commits to main since this release
  • 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