Amod Malviya

Results 3 issues of Amod Malviya

Currently, `R2PutOptions` has no way of providing an `If-Match` condition, to allow conditional PUTs (write only if etag matches). Without this, how can we safeguard code against race conditions? I...

Reasons to do so: 1. Current API has been stable for a while 2. Consistent behaviour is [defined reasonably strictly](https://tv.apple.com/in/show/the-ipcress-file/umc.cmc.274qjpty163a1xjwab1ft7kbl), and seems unlikely to change for a while 3. As...

As per the current [Solid-OIDC draft sec 9.1](https://solid.github.io/solid-oidc/#authorization-server-discovery): > Authorization Servers SHOULD implement User-Managed Access (UMA) 2.0 Grant for OAuth 2.0 Authorization [[UMA]](https://solid.github.io/solid-oidc/#biblio-uma). However, there's no equivalent of > clients...