Skip to content

Commit e961ea2

Browse files
committed
feat: implement web authentication module with support for session management and Telegram validation
1 parent 744bd15 commit e961ea2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

core/web/auth.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
)
3232
from ..i18n import get_text as _, get_user_lang
3333
from ..shared_state import ALLOWED_USERS, USER_NAMES, AUTH_TOKENS
34-
from ..utils import encrypt_for_web, decrypt_for_web, decrypt_request_payload, encrypted_json_response
34+
from ..utils import encrypt_for_web, decrypt_for_web, decrypt_request_payload, encrypted_json_response, get_web_key
3535

3636
routes = web.RouteTableDef()
3737

0 commit comments

Comments
 (0)