feat: add Clerk Auth (#43)

This commit is contained in:
Mostapha El Sabah 2025-01-04 21:24:47 -05:00 committed by GitHub
parent 1c5b37b24b
commit ed2e18310e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
17 changed files with 152 additions and 248 deletions

6
.env
View file

@ -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