Spaces:
Configuration error
Configuration error
File size: 280 Bytes
6c04bc0 | 1 2 3 4 5 6 7 8 9 10 11 12 13 | """
app/utils.py
Legacy transitional import stub for app.core.security.
Allows backward compatibility for external tools or untracked legacy modules.
"""
from app.core.security import (
sign_value,
get_device_key,
sanitize_text,
verify_admin,
COOKIE_SECRET,
)
|