clerk #1

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

View file

@ -0,0 +1,2 @@
NEXT_PUBLIC_CLERK_PUBLISHABLE_KEY=
CLERK_SECRET_KEY=

View file

@ -0,0 +1,2 @@
CLERK_PUBLISHABLE_KEY=
CLERK_SECRET_KEY=

View file

@ -0,0 +1 @@
VITE_CLERK_PUBLISHABLE_KEY=

3
packages/auth/README.md Normal file
View file

@ -0,0 +1,3 @@
# @repo/auth
Helper tools package for Clerk authentication. As of now, this helper package is not being used anywhere in the repo.