UNPKG

better-auth

Version:

The most comprehensive authentication framework for TypeScript.

8 lines (6 loc) 276 B
import { defineRequestState } from "@better-auth/core/context"; //#region src/api/middlewares/oauth.ts const { get: getOAuthState, set: setOAuthState } = defineRequestState(() => null); //#endregion export { getOAuthState, setOAuthState }; //# sourceMappingURL=oauth.mjs.map