Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

Webhook receiver

FastAPI receiver that verifies rstream webhook signatures.

pip install -e "../../[asgi,examples]"
export RSTREAM_WEBHOOK_SECRET="whsec_..."
uvicorn main:app --reload