MCPcopy Create free account
hub / github.com/ScrapeGraphAI/scrapecraft / get_password_hash

Function get_password_hash

backend/app/api/auth.py:59–60  ·  view source on GitHub ↗
(password)

Source from the content-addressed store, hash-verified

57 return pwd_context.verify(plain_password, hashed_password)
58
59def get_password_hash(password):
60 return pwd_context.hash(password)
61
62def get_user(username: str):
63 if username in fake_users_db:

Callers 1

registerFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected