Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/fastapi/fastapi
/ fake_hash_password
Function
fake_hash_password
docs_src/security/tutorial003_an_py310.py:27–28 ·
view source on GitHub ↗
(password: str)
Source
from the content-addressed store, hash-verified
25
26
27
def
fake_hash_password(password: str):
28
return
"fakehashed"
+ password
29
30
31
oauth2_scheme = OAuth2PasswordBearer(tokenUrl=
"token"
)
Callers
1
login
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…