Hi, i'm using NextJS pages and was wondering how can I control the redirect endpoint when an user tries to access an protected route? it by defaults
redirects them to
/auth
can I change this in some config? or do I need to manually auth check myself from getServerSideProps