Releases: dulmandakh/ariadne-django-ext
Releases · dulmandakh/ariadne-django-ext
v1.6 - allow_basic_auth checks if anonymous user
allow_basic_auth checks if anonymous user
v1.5 - tested decorators
allow_basic_auth and login_required decorators are well tested now
v1.4 - allow_basic_auth, login_required decorators
- 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.
v1.3 - fix: don't pass down timeout to cache.get
fix: don't pass down timeout to cache.get
v1.2 - cache prefix from GraphQL context
- 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
v1.1 - wrap_result decorator, isAuthenticated and isStaff directives
New decorators
- wrap_result
New directives:
- isAuthenticated
- isStaff
v1.0 - cache
cache decorator for Ariadne resolver