Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 1 addition & 8 deletions .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -45,17 +45,10 @@ PASSWORD_LOGIN_ENABLED=false
# local: NEXT_PUBLIC_AUTH_ALLOWED_CALLBACK_ORIGINS=http://app1.local.example.com:3001
# NEXT_PUBLIC_AUTH_ALLOWED_CALLBACK_ORIGINS=

# Optional Resend-backed email login and password reset emails
# Optional Resend-backed password reset emails
RESEND_API_KEY=
RESEND_FROM="Knowhere <team@knowhereto.ai>"

# Optional OAuth providers
GITHUB_CLIENT_ID=
GITHUB_CLIENT_SECRET=
GOOGLE_CLIENT_ID=
GOOGLE_CLIENT_SECRET=
APPLE_CLIENT_ID=

# Optional analytics
NEXT_PUBLIC_POSTHOG_KEY=
NEXT_PUBLIC_POSTHOG_HOST=https://app.posthog.com
Expand Down
112 changes: 0 additions & 112 deletions app/(auth)/_components/oauth-buttons.tsx

This file was deleted.

69 changes: 0 additions & 69 deletions app/(auth)/callback/apple/page.tsx

This file was deleted.

52 changes: 0 additions & 52 deletions app/(auth)/callback/github/page.tsx

This file was deleted.

53 changes: 0 additions & 53 deletions app/(auth)/callback/magic-link/page.tsx

This file was deleted.

Loading