-
Notifications
You must be signed in to change notification settings - Fork 141
Open
Labels
rustPull requests that update Rust codePull requests that update Rust code
Description
#809 added the ability to download key files from a remote.
Ideally, we could fetch a JWK given a path. So if someone tries to publish to cdn.moq.dev/hang.live, then we would fetch the key for hang.live unless it's in cache already (and hasn't expired).
This would unlock the ability to run a MoQ service using an API server to fetch keys based on the customer. It would also avoid redownloading keys every 30s if we don't actually need them. Cache control headers could probably handle that for us.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
rustPull requests that update Rust codePull requests that update Rust code