You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Adds function to generate signed URLs for uploading storage objects
Fixes issues with generating signed URLs for downloading objects
Functions for generating signed urls return errors instead of panicking on failure
Adds function for deleting a single object from storage
fix(auth): use correct struct for unmarshalling error response body
fix(auth): return ErrorResponse object as error to enable proper error handling
feat: add delete user function