MCPcopy
hub / github.com/learnhouse/learnhouse / auth.py

File auth.py

apps/api/src/security/auth.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1from typing import Optional, Union
2from sqlmodel import select
3from sqlmodel.ext.asyncio.session import AsyncSession
4from src.core.events.database import get_db_session

Callers

nothing calls this directly

Calls 2

security_hash_passwordFunction · 0.90
get_learnhouse_configFunction · 0.90

Tested by

no test coverage detected