fxa/packages/fxa-auth-client
Valerie Pomerleau 8abb584a5c
feat(emails): Update password reset emails, add new template
Because:

* We are updating the password reset flow
* We want to prompt sync users to generate a recovery key if they didn't have one

This commit:

* Update existing passwordReset and passwordResetAccountRecovery templates with updated content and links
* Create new passwordResetSyncNoRecoveryKey template for sync users who didn't use a recovery key
* Conditionally send the new template

Closes #FXA-9544
2024-10-15 10:22:37 -07:00
..
lib feat(emails): Update password reset emails, add new template 2024-10-15 10:22:37 -07:00
test task(auth-client, gql): Create auth client mode where headers are required. 2024-05-20 09:20:01 -07:00
.eslintignore task(many): Enable eslint and fix linting errors 2023-04-13 14:19:17 -07:00
.eslintrc.json task(many): Enable eslint and fix linting errors 2023-04-13 14:19:17 -07:00
README.md chore(deps): upgrade react-scripts and webpack to v5 2023-07-11 13:32:40 -05:00
browser.ts fix(bug): Update reset password to use authPW 2023-10-13 12:53:14 -04:00
package.json chore: update nx to 19.5.1 and typescript to 5.5.3 2024-07-23 22:37:41 +00:00
server.ts chore: update Node to LTS 20, TypeScript, tsconfig 2024-03-14 11:54:20 -07:00
tsconfig.base.json chore: update to TS to 5.2.2 and Node to 18.17.1 2023-08-28 14:47:29 -07:00
tsconfig.browser.json chore: update to TS to 5.2.2 and Node to 18.17.1 2023-08-28 14:47:29 -07:00
tsconfig.cjs.json fix(auth-client): Add 'declaration: true' compile option 2023-08-02 16:53:22 -05:00
tsconfig.json chore(deps): upgrade react-scripts and webpack to v5 2023-07-11 13:32:40 -05:00

README.md

A JavaScript Client for Firefox Accounts

Dual Package

Note that this is a dual package. The impetus for it was Webpack 5 compat. (And we'd want to move to all-ESM eventually.) But CommonJS was kept for backwards compatibility until we can be certain of its removal.