For the complete documentation index, see llms.txt. This page is also available as Markdown.

Loggedin User

To get the data of logged in user wherever you need, simply write one line code i.e.

const user = useAuthUser();

You have to import useAuthUser from src/@crema/utility/AppHooks.js

Last updated