I am trying to use React Context to manage if the user is signed in or not. What I have so far is something like this:
import AuthUserContext, { AuthUserProvider