---
title: Auth
source: https://github.com/remix-run/remix/blob/main/packages/auth-middleware/src/lib/auth.ts#L53
---

# Auth

## Summary

Context key used to read auth state with `context.get(Auth)`.

## Signature

```ts
const Auth: ContextKey<AuthState<unknown>>;

```