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:
I hereby claim:
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] | |