cal.pub0.org/packages/trpc/server/routers/loggedInViewer
sean-brydon 9e70a985e4
feat: email verification (#9081)
* Verify - inital email commit

* Add token type - api redirect - migration

* Redirect and valid api callback route

* Update email design

* Change signup URL to redirect to verify-email

* Add feature flag - add a11y text to email - add top banner

* Shell shouldnt redirect to onboarding if the user needs to verify account

* Move flag check to server

* Cleanup

* Rate limit

* Fix redirects

* Remove api signup mess

* Double negation for forced bool

* Fix props

* Update packages/emails/templates/account-verify-email.ts

* Enable migration by default

* Fix typos

* Fix google verify issue

* Update packages/features/auth/lib/verifyEmail.ts

Co-authored-by: Hariom Balhara <hariombalhara@gmail.com>

* NITS: @harioms addressed

* Remove schema changes

* Fix NITs+ improvments

* Update apps/web/pages/api/auth/verify-email.ts

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

* Update packages/features/ee/common/components/LicenseRequired.tsx

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

* Update apps/web/pages/api/auth/verify-email.ts

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

* Always preloads feature flags

* Update verifyEmail.ts

* Update schema.prisma

* Type fix

---------

Co-authored-by: Hariom Balhara <hariombalhara@gmail.com>
Co-authored-by: Omar López <zomars@me.com>
2023-06-07 07:27:48 +00:00
..
_router.tsx feat: email verification (#9081) 2023-06-07 07:27:48 +00:00
appById.handler.ts
appById.schema.ts
appCredentialsByType.handler.ts
appCredentialsByType.schema.ts
apps.handler.ts
apps.schema.ts
avatar.handler.ts
avatar.schema.ts
away.handler.ts
away.schema.ts
bookingUnconfirmedCount.handler.ts add an enum generator, stop importing from @prisma/client (#8548) 2023-05-02 13:44:05 +02:00
bookingUnconfirmedCount.schema.ts
connectedCalendars.handler.ts fix: /getting-started/connected-calendar Toggle the first calendar on (#9028) 2023-06-05 09:21:50 +00:00
connectedCalendars.schema.ts fix: /getting-started/connected-calendar Toggle the first calendar on (#9028) 2023-06-05 09:21:50 +00:00
deleteCredential.handler.ts add an enum generator, stop importing from @prisma/client (#8548) 2023-05-02 13:44:05 +02:00
deleteCredential.schema.ts
deleteMe.handler.ts add an enum generator, stop importing from @prisma/client (#8548) 2023-05-02 13:44:05 +02:00
deleteMe.schema.ts
deleteMeWithoutPassword.handler.ts add an enum generator, stop importing from @prisma/client (#8548) 2023-05-02 13:44:05 +02:00
deleteMeWithoutPassword.schema.ts
eventTypeOrder.handler.ts chore: fix all Typescript warnings (#8618) 2023-06-06 11:59:57 +00:00
eventTypeOrder.schema.ts
getCalVideoRecordings.handler.ts
getCalVideoRecordings.schema.ts
getDownloadLinkOfCalVideoRecordings.handler.ts perf: tRPC procedures and middleware refactor (#8419) 2023-05-09 19:27:05 +00:00
getDownloadLinkOfCalVideoRecordings.schema.ts
getUsersDefaultConferencingApp.handler.ts
getUsersDefaultConferencingApp.schema.ts
integrations.handler.ts
integrations.schema.ts
locationOptions.handler.ts
locationOptions.schema.ts
me.handler.ts feat: event settings booker layout toggle (#9082) 2023-06-06 15:31:43 +00:00
me.schema.ts
setDestinationCalendar.handler.ts
setDestinationCalendar.schema.ts
shouldVerifyEmail.handler.ts feat: email verification (#9081) 2023-06-07 07:27:48 +00:00
shouldVerifyEmail.schema.ts feat: email verification (#9081) 2023-06-07 07:27:48 +00:00
stripeCustomer.handler.ts
stripeCustomer.schema.ts
submitFeedback.handler.ts
submitFeedback.schema.ts
updateProfile.handler.ts feat: event settings booker layout toggle (#9082) 2023-06-06 15:31:43 +00:00
updateProfile.schema.ts
updateUserDefaultConferencingApp.handler.ts
updateUserDefaultConferencingApp.schema.ts