MCPcopy Create free account
hub / github.com/dot-billy/nodebyte / login

Function login

backend/app/api/routes/auth.py:118–140  ·  view source on GitHub ↗
(
    request: Request,
    payload: LoginRequest,
    response: Response,
    db: AsyncSession = Depends(get_db),
    _rl: None = Depends(rate_limit_login),
)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 7

verify_turnstileFunction · 0.90
authenticateFunction · 0.90
create_access_tokenFunction · 0.90
create_refresh_tokenFunction · 0.90
TokenResponseClass · 0.90
_check_honeypotFunction · 0.85
_set_refresh_cookieFunction · 0.85

Tested by

no test coverage detected