cal.pub0.org/apps/web/pages/api/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
..
saml New Booker Component (preparations for booker atom) (#6792) 2023-04-24 16:32:30 +02:00
two-factor/totp add an enum generator, stop importing from @prisma/client (#8548) 2023-05-02 13:44:05 +02:00
[...nextauth].tsx feat(web): improve session retrieval performance (#7584) 2023-03-10 23:45:24 +00:00
changepw.ts add an enum generator, stop importing from @prisma/client (#8548) 2023-05-02 13:44:05 +02:00
forgot-password.ts fix: use ip address in forgot password rate limitation (#7832) 2023-05-30 19:26:29 +00:00
oidc.ts New Booker Component (preparations for booker atom) (#6792) 2023-04-24 16:32:30 +02:00
reset-password.ts feat(web): improve session retrieval performance (#7584) 2023-03-10 23:45:24 +00:00
setup.ts add an enum generator, stop importing from @prisma/client (#8548) 2023-05-02 13:44:05 +02:00
signup.ts feat: email verification (#9081) 2023-06-07 07:27:48 +00:00
verify-email.ts feat: email verification (#9081) 2023-06-07 07:27:48 +00:00