clerk #1

Merged
afiqzudinhadi merged 7 commits from clerk into main 2025-07-08 21:45:30 +08:00
2 changed files with 3 additions and 0 deletions
Showing only changes of commit 2a199f3679 - Show all commits

View file

@ -21,6 +21,7 @@ This Turborepo includes the following packages and apps:
- `@repo/ui`: shared UI components for frontend use.
- A dummy React UI library (which contains `<CounterButton>` and `<Link>` components)
- And shadcn/ui components (which contains `<Button>` and `<Card>` components)
- `@repo/auth`: shared auth helpers using [Clerk](https://clerk.com/) as auth provider
Each package and app is 100% [TypeScript](https://www.typescriptlang.org/).

View file

@ -1,3 +1,5 @@
# @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.