Skip to content

v1.4 - allow_basic_auth, login_required decorators

Compare
Choose a tag to compare
@dulmandakh dulmandakh released this 15 Oct 03:58
· 3 commits to main since this release
5a583a4
  • allow_basic_auth - authenticate user using basic auth, only is_active users.
  • login_required - will check if user is authenticated and is_active is True, otherwise raise PermissionDenied.