How do I redirect users upon logging in using Catalyst Authentication?

How do I redirect users upon logging in using Catalyst Authentication?

You need to set the redirection URL in your application in your client-package.json file in order to redirect your application to that page after login. You can find the help documentation for the same here.