Spaces:
Sleeping
Sleeping
Feature request: support private Spaces
#3
by
Wauplin
HF staff
- opened
So support private Spaces, we need to setup a signed url for the webhook. This is possible by appending ?__sign={jwttoken} in the url
to the webhook url. The jwttoken
can be retrieved from /api/spaces/<spaceId>/jwt
and has a 24h lifetime. This means the Space should automatically re-configure the webhook every 24-ish hours with a new signed jwt.