cryptomator / hub

Cryptomator Hub helps you manage vaults in large teams
GNU Affero General Public License v3.0
41 stars 9 forks source link

refactored `PUT /api/vaults/{v}/access-tokens/{u}` → `POST /api/vaults/{v}/access-tokens` #242

Closed overheadhunter closed 10 months ago

overheadhunter commented 10 months ago

The new API accepts multiple access grants in a single requests, making bulk requests easier, as can be seen here:

https://github.com/cryptomator/hub/blob/1c2133d9868a2de3922aaa73b7b1cf3d90063cca/frontend/src/components/GrantPermissionDialog.vue#L127-L135