@arolariu/website / sites/arolariu.ro/src/lib/actions/user/fetchUser / fetchBFFUserFromAuthService
Function: fetchBFFUserFromAuthService()
fetchBFFUserFromAuthService():
Promise<Readonly<UserInformation>>
Defined in: lib/actions/user/fetchUser.ts:34
Fetches the user information from the backend-for-frontend (BFF) API.
Returns
Promise<Readonly<UserInformation>>
A promise of the user information including authentication status and user object.