useAuth
Manage user authentication with functions such as connect, logout, and retrieve access token.
Last updated
Manage user authentication with functions such as connect, logout, and retrieve access token.
Last updated
import { useAuth } from "@paytweed/core-react";
const { isAuthenticated } = useAuth()