allow_basic_auth and login_required decorators are well tested now
1.4
- 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.
1.3
fix: don't pass down timeout to cache.get
1.2
- uses typename and key from GraphQL context as cache prefix - tuple or list of values may be used as cache key or returned from callable