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

Function register

backend/app/api/routes/auth.py:55–114  ·  view source on GitHub ↗
(
    request: Request,
    payload: RegisterRequest,
    response: Response,
    db: AsyncSession = Depends(get_db),
    _rl: None = Depends(rate_limit_register),
)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 12

verify_turnstileFunction · 0.90
get_invite_by_tokenFunction · 0.90
get_user_by_emailFunction · 0.90
create_userFunction · 0.90
accept_inviteFunction · 0.90
slugifyFunction · 0.90
create_team_with_ownerFunction · 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