MCPcopy Index your code
hub / github.com/sourcebot-dev/sourcebot / auth.ts

File auth.ts

packages/web/src/auth.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import 'next-auth/jwt';
2import { cache } from "react";
3import NextAuth, { DefaultSession, Session, User as AuthJsUser } from "next-auth"
4import Credentials from "next-auth/providers/credentials"

Callers

nothing calls this directly

Calls 7

EncryptedPrismaAdapterFunction · 0.90
encryptAccountDataFunction · 0.90
getAnonymousIdFunction · 0.90
captureEventFunction · 0.90
createAuditFunction · 0.90
getProvidersFunction · 0.85

Tested by

no test coverage detected