cal.pub0.org/apps/web/lib/emails/templates
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
..
common Feature/reschedule bookings (#2351) 2022-04-14 15:25:24 -06:00
attendee-awaiting-payment-email.ts Show eventDescription on email (#2371) 2022-04-07 18:22:11 +00:00
attendee-cancelled-email.ts Show eventDescription on email (#2371) 2022-04-07 18:22:11 +00:00
attendee-declined-email.ts Show eventDescription on email (#2371) 2022-04-07 18:22:11 +00:00
attendee-request-email.ts Show eventDescription on email (#2371) 2022-04-07 18:22:11 +00:00
attendee-request-reschedule-email.ts feature/app wipe my cal (#2496) 2022-04-15 10:09:40 +00:00
attendee-rescheduled-email.ts Show eventDescription on email (#2371) 2022-04-07 18:22:11 +00:00
attendee-scheduled-email.ts Feature: Verify login on signup with magic link. (#2122) 2022-04-21 14:32:25 -06:00
confirm-email.html Feature: Verify login on signup with magic link. (#2122) 2022-04-21 14:32:25 -06:00
forgot-password-email.ts Feature: Verify login on signup with magic link. (#2122) 2022-04-21 14:32:25 -06:00
organizer-cancelled-email.ts Show eventDescription on email (#2371) 2022-04-07 18:22:11 +00:00
organizer-payment-refund-failed-email.ts Show eventDescription on email (#2371) 2022-04-07 18:22:11 +00:00
organizer-request-email.ts Show eventDescription on email (#2371) 2022-04-07 18:22:11 +00:00
organizer-request-reminder-email.ts Show eventDescription on email (#2371) 2022-04-07 18:22:11 +00:00
organizer-request-reschedule-email.ts feature/app wipe my cal (#2496) 2022-04-15 10:09:40 +00:00
organizer-rescheduled-email.ts Show eventDescription on email (#2371) 2022-04-07 18:22:11 +00:00
organizer-scheduled-email.ts Feature: Verify login on signup with magic link. (#2122) 2022-04-21 14:32:25 -06:00
team-invite-email.ts Feature: Verify login on signup with magic link. (#2122) 2022-04-21 14:32:25 -06:00