Brushed up the backend, added writing task 1 academic prompt gen and grading ENCOA-274
This commit is contained in:
9
ielts_be/middlewares/__init__.py
Normal file
9
ielts_be/middlewares/__init__.py
Normal file
@@ -0,0 +1,9 @@
|
||||
from .authentication import AuthBackend, AuthenticationMiddleware
|
||||
from .authorization import Authorized, IsAuthenticatedViaBearerToken
|
||||
|
||||
__all__ = [
|
||||
"AuthBackend",
|
||||
"AuthenticationMiddleware",
|
||||
"Authorized",
|
||||
"IsAuthenticatedViaBearerToken"
|
||||
]
|
||||
Reference in New Issue
Block a user