Implemented login page and new jwt-based sessions. Watching cleanup.

This commit is contained in:
Leo Vasanko
2023-10-18 01:06:27 +03:00
committed by Leo Vasanko
parent bd680e3668
commit 429a7dfb16
6 changed files with 166 additions and 59 deletions

View File

@@ -1,11 +1,11 @@
import asyncio
import secrets
from pathlib import Path, PurePosixPath
import threading
from watchdog.events import FileSystemEventHandler
from watchdog.observers import Observer
from pathlib import Path, PurePosixPath
import msgspec
from watchdog.events import FileSystemEventHandler
from watchdog.observers import Observer
from . import config
from .fileio import ROOT