clerk #1
4 changed files with 8 additions and 0 deletions
2
apps/next-template/.env.example
Normal file
2
apps/next-template/.env.example
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
NEXT_PUBLIC_CLERK_PUBLISHABLE_KEY=
|
||||
CLERK_SECRET_KEY=
|
||||
2
apps/remix-template/.env.example
Normal file
2
apps/remix-template/.env.example
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
CLERK_PUBLISHABLE_KEY=
|
||||
CLERK_SECRET_KEY=
|
||||
1
apps/vite-template/.env.example
Normal file
1
apps/vite-template/.env.example
Normal file
|
|
@ -0,0 +1 @@
|
|||
VITE_CLERK_PUBLISHABLE_KEY=
|
||||
3
packages/auth/README.md
Normal file
3
packages/auth/README.md
Normal 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.
|
||||
Loading…
Add table
Add a link
Reference in a new issue