Skip to content

Instantly share code, notes, and snippets.

@rschwabco
Created December 16, 2021 21:22
Show Gist options
  • Save rschwabco/014ca1292e66cf23b2745c87aee6288c to your computer and use it in GitHub Desktop.
Save rschwabco/014ca1292e66cf23b2745c87aee6288c to your computer and use it in GitHub Desktop.
function App() {
const auth = useAuth();
const isAuthenticated = auth.userData?.id_token ? true : false;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment