fxa/packages/fxa-auth-client
MagentaManifold 22ebe6f730
feat(mfa): add MFA to create_password page
Because:

* create_password page does not have MFA

This commit:

* adds MFA to create_password page

Closes FXA-12741
2025-12-17 10:20:41 -05:00
..
lib feat(mfa): add MFA to create_password page 2025-12-17 10:20:41 -05:00
test polish(auth-client): Update auth client recovery-phone api 2025-01-22 10:22:47 -08: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
browser.ts fix(bug): Update reset password to use authPW 2023-10-13 12:53:14 -04:00
package.json remove elliptic resolution 2025-06-18 10:07:32 -07:00
README.md chore(deps): upgrade react-scripts and webpack to v5 2023-07-11 13:32:40 -05: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

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.