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, if no application default credentials were found, a RuntimeError with a constant error message is raised. This should be a custom class instead, so it can be caught in a rescue block.
Hi there,
Currently, if no application default credentials were found, a RuntimeError with a constant error message is raised. This should be a custom class instead, so it can be caught in a rescue block.
This pattern is also done in web_user_authorizer.rb and user_authorizer
The text was updated successfully, but these errors were encountered: