MCPcopy Create free account
hub / github.com/Spinachead/arg / auth_callback

Function auth_callback

app/app.py:34–35  ·  view source on GitHub ↗
(username: str, password: str)

Source from the content-addressed store, hash-verified

32
33@cl.password_auth_callback
34async def auth_callback(username: str, password: str):
35 return await authCallback(username, password)
36
37@cl.data_layer
38def get_data_layer():

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected