home screen served at /upload is accessible even if user isn't signed in
Add a higher order react component that allows user to access /upload screen only after they have completed oauth and are authenticated using signup or login. If the user is not authenticated, they should be redirected to authenticate screen. If the user has not completed oauth they should be redirected to oauth screen
home screen served at /upload is accessible even if user isn't signed in Add a higher order react component that allows user to access /upload screen only after they have completed oauth and are authenticated using signup or login. If the user is not authenticated, they should be redirected to authenticate screen. If the user has not completed oauth they should be redirected to oauth screen