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
{{ message }}
This repository has been archived by the owner on Jan 7, 2020. It is now read-only.
When the authorisation request is malformed, e.g. if it's requesting permissions for an invalid container name, we get the Err(NoSuchContainer("public")) error from the safe_authenticator library but it's not notifying neither the user nor the app which sent the request. It should at least send a response to the app encoding the error so it can also notify its user.
When the authorisation request is malformed, e.g. if it's requesting permissions for an invalid container name, we get the Err(NoSuchContainer("public")) error from the safe_authenticator library but it's not notifying neither the user nor the app which sent the request. It should at least send a response to the app encoding the error so it can also notify its user.
This is analogous to browser issue maidsafe/sn_browser#697
The text was updated successfully, but these errors were encountered: