oauth2-bundle
oauth2-bundle copied to clipboard
The same format for type of response
For now we have a different response format sometimes it is {"error": "...." ....} sometimes - The resource server rejected the request.
It is not good for client(
maybe we have to stick to response like {"error": "...." ....} for all cases?
Is there a way to write custom responses and overwrite default ones?