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
Currently the auth.middleware checks for the account ID and for permissions for accessing the endpoint.
But any errors are interpreted as an InternalServerError, including if the client's token doesn't give them permission to access the account they are requesting, which should be some sort of BadRequest.
The text was updated successfully, but these errors were encountered:
Currently the
auth.middleware
checks for the account ID and for permissions for accessing the endpoint.But any errors are interpreted as an InternalServerError, including if the client's token doesn't give them permission to access the account they are requesting, which should be some sort of BadRequest.
The text was updated successfully, but these errors were encountered: