In some beginner react tutorials I remember the need to set up AuthContext, specifically when rolling my own auth with mongodb. Im a little hazy but I would send user/pass to mongo, check hash and verify, then store returned user info into AuthContext with a dispatch.
In all the t3 tutorial videos i do not see reference to using AuthContent. Could some more experienced devs chime in as to why I would or would not want to use AuthContext an react context api when building apps with T3?