Skip to content

Instantly share code, notes, and snippets.

View aodarc's full-sized avatar

Oleksandr aodarc

  • Ukraine, Lviv
View GitHub Profile

Keybase proof

I hereby claim:

  • I am aodarc on github.
  • I am armagedonme (https://keybase.io/armagedonme) on keybase.
  • I have a public key ASCJx64wFcNSBHHROODYWZx9iwhDfjKdLeGAxY1nqspK8wo

To claim this, I am signing this object:

import functools
from channels.handler import AsgiRequest
from rest_framework.exceptions import AuthenticationFailed
from rest_framework.settings import api_settings
authenticators = [auth() for auth in api_settings.DEFAULT_AUTHENTICATION_CLASSES]