- authentication(
input: {
event: RequestEvent<Partial<Record<string, string>>, string>;
resolve(
event: RequestEvent<Partial<Record<string, string>>, string>,
opts?: ResolveOptions,
): MaybePromise<Response>;
},
): MaybePromise<Response> Parameters
- input: {
event: RequestEvent<Partial<Record<string, string>>, string>;
resolve(
event: RequestEvent<Partial<Record<string, string>>, string>,
opts?: ResolveOptions,
): MaybePromise<Response>;
}
Returns MaybePromise<Response>
Authenticate the user by validating the session using the sessionId from the browser's cookies