UNPKG

@lucidcms/core

Version:

The core of the Lucid CMS. It's responsible for spinning up the API and serving the CMS.

1 lines 375 B
{"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"}