cyverse-de / terrain

DE's main API entry-point service
Other
4 stars 9 forks source link

CORE-1951: added middleware to ensure that a workspace is created for… #275

Closed slr71 closed 1 year ago

slr71 commented 1 year ago

… all authenticated users

The result of the HTTP call is memoized in order to eliminate unnecessary HTTP requests. Once we know that the workspace exists, there's no need to make another request to ensure that it still exists.

slr71 commented 1 year ago

Thanks for the review! 👍