calcom/apps/web/pages/api
Agusti Fernandez 8bc5a75249
Feature: Verify login on signup with magic link. (#2122)
* manual migration to rename verificationtoken, maybe it could be dropped and create a new table instead if we're not using it, will consult @zomars

* feat: rename verificationRequest --> verificationToken in schema.prisma

* fix: rename verificationRequest -> verificationToken in the codebase

* feat: add default cookies for next-auth

* fix: moves @lib/serverConfig to @calcom/lib so it can be called by website too

* fix: make self-certificate work in dev env by not rejecting tls in serverConfig

* fix verificationTokenToken typo

Co-authored-by: Omar López <zomars@me.com>

* Adds domain: .cal.com if not dev env in cookies

* Adds default-cookies to apps/web, and nextauth_domain to turbo website build deps"a

* update NEXTAUTH_DOMAIN to NEXTAUTH_COOKIE_DOMAIN

* Updates website submodule

* Removes deprecated env vars

* Consolidates auth logic in one place

* Updates website module

* Signup fixes

* Build fixes

* Updates example

* Updates example

* Fixes

* Fix Email Verification

* fix: move csrf-token cookiePrefix from __Host -> __Secure

* Removes console log

* Fixes link in email template

* Removed irrelevant coment

* Testing with a 32 bit secret

* Fixes for cookien in E2E

* E2E fixes

* Fixes Stripe tests locally

* Temp fix for E2E

Co-authored-by: Agusti Fernandez Pardo <git@agusti.me>
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
Co-authored-by: Omar López <zomars@me.com>
Co-authored-by: Hariom Balhara <hariombalhara@gmail.com>
2022-04-21 14:32:25 -06:00
..
app-store Fix for appstore and wipemycal render (#2556) 2022-04-20 23:37:25 +02:00
auth Feature: Verify login on signup with magic link. (#2122) 2022-04-21 14:32:25 -06:00
availability Remove to string, return dayjs object (#2464) 2022-04-12 13:01:50 +01:00
book Feature/reschedule bookings (#2351) 2022-04-14 15:25:24 -06:00
cron App Store (#1869) 2022-03-23 15:00:30 -07:00
event-type Migrated cal.com to apps/web 2022-02-10 14:22:45 -07:00
import Migrated cal.com to apps/web 2022-02-10 14:22:45 -07:00
integrations HubSpot App (#2380) 2022-04-15 23:23:38 -03:00
schedule Migrated cal.com to apps/web 2022-02-10 14:22:45 -07:00
teams/[team] Feature: Verify login on signup with magic link. (#2122) 2022-04-21 14:32:25 -06:00
trpc Migrated cal.com to apps/web 2022-02-10 14:22:45 -07:00
user adds a fallback email to allow fallback gravatar (#2339) 2022-04-01 12:07:58 +02:00
cancel.ts Dynamic group booking follow-up (#2430) 2022-04-08 17:50:10 +01:00
eventType.ts Migrated cal.com to apps/web 2022-02-10 14:22:45 -07:00
integrations.ts Migrated cal.com to apps/web 2022-02-10 14:22:45 -07:00
me.ts Migrated cal.com to apps/web 2022-02-10 14:22:45 -07:00
teams.ts Migrated cal.com to apps/web 2022-02-10 14:22:45 -07:00
upgrade.ts Stripe to monorepo (#2063) 2022-03-09 15:56:05 -07:00
username.ts Fix/login username registration (#2241) 2022-03-24 10:45:56 -07:00