# useAuth

**Kind:** Function

**Source:** [`atloria-monorepo/apps/web/src/hooks/useAuth.ts`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/apps/web/src/hooks/useAuth.ts#L10)

Convenience wrapper around NextAuth's useSession.
Returns { session, status } where session is the typed Session object.
