SwoffSwoff

withAuthHeaders

Inject auth headers into a Headers object.

withAuthHeaders(headers, auth)

From swoff/auth/store.ts. Delegates to adapter.getHeaders(auth).

import { withAuthHeaders } from "swoff/auth/store";

const headers = withAuthHeaders(new Headers(), auth);

On this page