-
Notifications
You must be signed in to change notification settings - Fork 16
Open
Labels
FixedRegarding this issue is resolved nowRegarding this issue is resolved nowSuggestionRegarding new things addedRegarding new things added
Description
Description
Should be shown a proper messages when using the session logout api. Please follow the below cases point:
- If we have expired the token from session/logout api then used this same token for ticket fetch api's. Then shows an message like this:
"message": "Invalid credentials."
Here should be shown a message like this: "This api is expired so not working, please check once again"
- If we have disable api token from admin dashboard then worked with this token for tickets fetch api's. Then shows an message like this:
"message": "An authentication exception occurred."
Here should be shown a message like this: "This api is disabled from admin end, please check once again"
- If we have expired the token from session/logout api then used this same token for the session logout. Then shows an message like this:
"message": "Invalid credentials."
Here should be shown a message like this: " This Session token has been already expired successfully."
Possible Solution:
Should be shown a proper message while using the below cases.
Metadata
Metadata
Assignees
Labels
FixedRegarding this issue is resolved nowRegarding this issue is resolved nowSuggestionRegarding new things addedRegarding new things added