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
Instead of using callbacks to manipulate the response, plugs should raise exceptions for authentication errors.
The user can then implement custom error views to adapt the responses.
Additionally: Add some details of internal errors like unsuccessful internal HTTP requests to the existing errors messages. It should however not include the whole reason since that can contain confidential information like client secrets.
The text was updated successfully, but these errors were encountered:
Description
Instead of using callbacks to manipulate the response, plugs should raise exceptions for authentication errors.
The user can then implement custom error views to adapt the responses.
Additionally: Add some details of internal errors like unsuccessful internal HTTP requests to the existing errors messages. It should however not include the whole reason since that can contain confidential information like client secrets.
The text was updated successfully, but these errors were encountered: