MCPcopy Create free account
hub / github.com/DeepNotesApp/DeepNotes / clearCookies

Function clearCookies

apps/app-server/src/utils/cookies.ts:63–67  ·  view source on GitHub ↗
(reply: FastifyReply)

Source from the content-addressed store, hash-verified

61 });
62}
63export function clearCookies(reply: FastifyReply) {
64 clearCookie(reply, 'accessToken');
65 clearCookie(reply, 'refreshToken');
66 clearCookie(reply, 'loggedIn', { httpOnly: false });
67}

Callers 2

delete_Function · 0.90
logoutFunction · 0.90

Calls 1

clearCookieFunction · 0.70

Tested by

no test coverage detected