Skip to content

v0.2.0: Profile checking

Latest
Compare
Choose a tag to compare
@robgc robgc released this 19 Nov 11:10
· 161 commits to master since this release
a4ed9c2

Changelog

  • Update Flask to v1.0.2. Resolves #27.
  • Update requests to v.2.20.1
  • Added profiles/roles validation in auth decorator. This feature can be activated with the AUTH_USE_PROFILES environment variable.
  • Minor fixes and improve code readability in auth.py module.