MCPcopy Create free account
hub / github.com/clockworknowledge/menome_processor / verify_password

Function verify_password

app/routers/processing.py:35–36  ·  view source on GitHub ↗
(plain_password, hashed_password)

Source from the content-addressed store, hash-verified

33
34# Verify hashed password
35def verify_password(plain_password, hashed_password):
36 return pwd_context.verify(plain_password, hashed_password)
37
38# Create an access token
39def create_access_token(data: dict, expires_delta: timedelta = None):

Callers 1

authenticate_userFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected