Security: Implement modern JWT authentication for V3 CRUD and Search; update documentation and to-do list.

This commit is contained in:
Scott Idem
2026-01-02 20:26:44 -05:00
parent 53d252b23d
commit f865b1cfb7
4 changed files with 164 additions and 115 deletions

View File

@@ -3,8 +3,6 @@ import datetime, pytz
from typing import Any, Dict, List, Optional, Set, Union
from pydantic import BaseModel, EmailStr, Field, Json, PrivateAttr, ValidationError, validator
from app.db_sql import redis_lookup_id_random
import logging
log = logging.getLogger(__name__)