UNPKG

leumas-universal-crud-react

Version:

Leumas Universal CRUD to a dynamic Endpoint, Setup your own Dynamic Endpoint and Use Leumas API to send to your MONGO clusters

10 lines (7 loc) 188 B
import {useAuthUser} from "react-auth-kit" const GetToken = () => { const auth = useAuthUser() const token = auth()?.token; return token; } export default GetToken;