We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50b117d commit ab0857aCopy full SHA for ab0857a
packages/next-auth/src/core/lib/oauth/checks.ts
@@ -6,9 +6,9 @@ import {
6
import * as jwt from "../../../jwt"
7
8
import type { RequestInternal } from "../.."
9
+import type { OAuthChecks } from "../../../providers"
10
import type { CookiesOptions, InternalOptions } from "../../types"
11
import type { Cookie } from "../cookie"
-import { OAuthChecks } from "src/providers"
12
13
/** Returns a signed cookie. */
14
export async function signCookie(
0 commit comments