events imports are checked
This commit is contained in:
@@ -1,21 +1,7 @@
|
||||
from fastapi import HTTPException, status
|
||||
from fastapi.requests import Request
|
||||
|
||||
from database_sql_models import Events
|
||||
|
||||
# url_that_not_requires_event_validation = [
|
||||
# "/authentication/login",
|
||||
# "/authentication/select",
|
||||
# "/authentication/valid",
|
||||
# "/authentication/refresh",
|
||||
# "/authentication/change_password",
|
||||
# "/authentication/create_password",
|
||||
# "/authentication/disconnect",
|
||||
# "/authentication/logout",
|
||||
# "/authentication/refresher",
|
||||
# "/authentication/forgot",
|
||||
# "/authentication/avatar",
|
||||
# ]
|
||||
from databases import Events
|
||||
|
||||
|
||||
def parse_token_object_to_dict(request: Request): # from requests import Request
|
||||
|
||||
Reference in New Issue
Block a user