ecommerce-template/packages/auth
2025-07-08 21:39:27 +08:00
..
helpers.ts feat: add clerk-helpers package 2025-07-08 21:39:27 +08:00
index.ts feat: add clerk-helpers package 2025-07-08 21:39:27 +08:00
package.json feat: add clerk-helpers package 2025-07-08 21:39:27 +08:00
README.md docs: update root and @repo/auth readme 2025-07-08 21:39:27 +08:00
roles.ts feat: add clerk-helpers package 2025-07-08 21:39:27 +08:00
tsconfig.json feat: add clerk-helpers package 2025-07-08 21:39:27 +08:00

@repo/auth

Helper tools package for Clerk authentication. As of now, this helper package is not being used anywhere in the repo.

Due to Clerk's implementations for different frameworks, each app (Next.js, Remix, etc.) have its own Clerk setup. This package is intended to provide shared utilities and types that can be used across these implementations.