Allow the creation of tokens whose scope is limited to e.g.: - `GET`ing `/files/1234` (useful for sharing results) - `PUT`ing `/results/123124/file` (useful for VILLAScontroller to upload results)
Allow the creation of tokens whose scope is limited to e.g.:
GETing/files/1234(useful for sharing results)PUTing/results/123124/file(useful for VILLAScontroller to upload results)