AutoLoop / lib /csrf.ts
shubhjn's picture
feat: Implement core CMS features including workflow management, admin dashboard, API infrastructure, queueing system, and new UI components.
59697b4
/**
* CSRF Token Utilities - Re-exports for backward compatibility
* Use csrf-utils.ts for browser-compatible token generation
* Use csrf-server.ts for server-side cookie operations
*/
// Re-export the browser-safe function for client components
export { generateCsrfToken } from "./csrf-utils";