Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
59
def
get_password_hash(password):
60
return
pwd_context.hash(password)
61
62
def
get_user(username: str):
63
if
username in fake_users_db:
Callers
1
register
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected