feat: add Clerk Auth (#43)
This commit is contained in:
parent
1c5b37b24b
commit
ed2e18310e
17 changed files with 152 additions and 248 deletions
6
.env
6
.env
|
|
@ -4,4 +4,8 @@ TWILIO_AUTH_TOKEN=
|
|||
TWILIO_PHONE_NUMBER=
|
||||
|
||||
# PRISMA
|
||||
DATABASE_URL="postgres://hestia:test123@localhost:5432/hestia"
|
||||
DATABASE_URL="postgres://hestia:test123@localhost:5432/hestia"
|
||||
|
||||
# CLERK
|
||||
PUBLIC_CLERK_PUBLISHABLE_KEY=secret_do_not_commit_or_change_this_create_.env.local_instead
|
||||
CLERK_SECRET_KEY=secret_do_not_commit_or_change_this_create_.env.local_instead
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue