# useAuth

**Kind:** Function

**Source:** [`atloria-monorepo/packages/ui-react/src/hooks/useAuth.ts`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/packages/ui-react/src/hooks/useAuth.ts#L39)

useAuth - Hook for authentication

Provides user state and authentication methods.
All business logic is handled by the backend.

## Signature

```ts
function useAuth(): UseAuthReturn
```

**Returns:** `UseAuthReturn`
