-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Library name and version
General
What steps will reproduce the bug?
- Attempt to authenticate using invalid, expired, or missing credentials.
- Make an API request that triggers authentication.
- Observe that a 401 error is returned.
- Application should handle this by notifying the user and prompting for re-authentication or providing clear feedback.
What is the expected behavior?
User is prompted to re-authenticate, error message is clear, and application recovers gracefully.
What do you see instead?
User is left with a generic error or the application becomes unresponsive after a 401 error.
Additional information
This will cover scenarios where token expiration, invalid credentials, or unauthenticated requests are made. Ensure this does not expose any sensitive debug info to end users.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request