cal.pub0.org/apps/web/pages/auth
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
..
forgot-password perf: Adds PageWrapper to pages (#8344) 2023-04-18 15:45:32 -03:00
setup chore: switch over to use variable for app/companyName (#9334) 2023-06-06 11:58:05 +00:00
sso chore: fix all Typescript warnings (#8618) 2023-06-06 11:59:57 +00:00
error.tsx perf: Adds PageWrapper to pages (#8344) 2023-04-18 15:45:32 -03:00
login.tsx fix: Broken 2 Factor Authentication (#9139) 2023-05-26 10:02:02 +00:00
logout.tsx perf: Adds PageWrapper to pages (#8344) 2023-04-18 15:45:32 -03:00
new.tsx Feature: Verify login on signup with magic link. (#2122) 2022-04-21 14:32:25 -06:00
saml-idp.tsx chore: fix all Typescript warnings (#8618) 2023-06-06 11:59:57 +00:00
signin.tsx perf: Adds PageWrapper to pages (#8344) 2023-04-18 15:45:32 -03:00
verify-email.tsx feat: email verification (#9081) 2023-06-07 07:27:48 +00:00
verify.tsx [CAL-1545] replace heroicons with lucide.dev (#8599) 2023-05-17 12:47:44 +00:00