We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3aeb44 commit bd181c9Copy full SHA for bd181c9
src/http_app/routes/user_registered_hook.py
@@ -7,5 +7,6 @@
7
8
@router.post("/")
9
async def user_registered(request: Request):
10
+ # Here we could check the email and add staff metadata to the identity
11
logging.info("User registered", extra={"body": await request.json()})
12
return {"user_registered": "OK"}
0 commit comments