added global session detector for further security

This commit is contained in:
usmannasir
2024-11-01 10:58:02 +04:00
parent 15c4062cb0
commit 793b04364a
3 changed files with 82 additions and 21 deletions

View File

@@ -92,7 +92,6 @@ def getPackagesListAPI(request):
json_data = json.dumps(data_ret)
return HttpResponse(json_data)
@csrf_exempt
def getUserInfo(request):
try: