MCPcopy Index your code
hub / github.com/triggerdotdev/trigger.dev / emailAuth.server.tsx

File emailAuth.server.tsx

apps/webapp/app/services/emailAuth.server.tsx:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { EmailLinkStrategy } from "remix-auth-email-link";
2import type { Authenticator } from "remix-auth";
3import type { AuthUser } from "./authUser";
4import { findOrCreateUser } from "~/models/user.server";

Callers

nothing calls this directly

Calls 4

findOrCreateUserFunction · 0.90
postAuthenticationFunction · 0.90
infoMethod · 0.65
debugMethod · 0.65

Tested by

no test coverage detected