I am using Next-Auth for authenticating my app. I wanna know if it's possible to add custom values to the Callback error object that gets returned when something goes wrong with SSO authentication. Right now Next-Auth returns me to the login page, passing "?error=Callback" as query parameters.
Since I want to do custom error handling (something went wrong, user is banned etc.), I wanna know if it's possible to handle situations like this using Next-Auth.
