{"version":3,"file":"auth-cookie.mjs","names":[],"sources":["../../../src/utils/share-link/auth-cookie.ts"],"sourcesContent":["/**\n * Create a cookie name for the share link authentication\n */\nconst createAuthCookieName = (token: string) => {\n\treturn `lucid-share-auth-${token}`;\n};\n\nexport default createAuthCookieName;\n"],"mappings":"AAGA,MAAM,EAAwB,GACtB,oBAAoB"}