Skip to content

Releases: dulmandakh/ariadne-django-ext

v1.6 - allow_basic_auth checks if anonymous user

18 Oct 04:57
ce71169
Compare
Choose a tag to compare

allow_basic_auth checks if anonymous user

v1.5 - tested decorators

17 Oct 04:05
e0d6fa7
Compare
Choose a tag to compare

allow_basic_auth and login_required decorators are well tested now

v1.4 - allow_basic_auth, login_required decorators

15 Oct 03:58
5a583a4
Compare
Choose a tag to compare
  • 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

14 Oct 12:11
6d6800d
Compare
Choose a tag to compare

fix: don't pass down timeout to cache.get

v1.2 - cache prefix from GraphQL context

14 Oct 11:49
8220e77
Compare
Choose a tag to compare
  • 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

08 Oct 06:54
f0f7bed
Compare
Choose a tag to compare

New decorators

  • wrap_result

New directives:

  • isAuthenticated
  • isStaff

v1.0 - cache

27 Sep 07:17
Compare
Choose a tag to compare

cache decorator for Ariadne resolver