c454131c4b
Create 'legacy' style keys for the Thunderbird sync scope |
||
---|---|---|
.circleci | ||
.github | ||
dist/fxa-crypto-relier | ||
docs | ||
src | ||
test | ||
.babelrc | ||
.eslintignore | ||
.eslintrc | ||
.gitignore | ||
.npmignore | ||
.nvmrc | ||
CHANGELOG.md | ||
CODE_OF_CONDUCT.md | ||
LICENSE | ||
README.md | ||
package-lock.json | ||
package.json | ||
webpack.config.js |
README.md
fxa-crypto-relier
Scoped Encryption Keys for Firefox Accounts Utility Library
Installation
npm install fxa-crypto-relier --save
Usage
See the documentation.
Local Development
Scripts
npm run build
- build librarynpm run dev
- development modenpm test
- run tests
Dependencies
- base64url: For encoding to/from base64urls
- node-hkdf: HKDF key derivation function
- node-jose: A JavaScript implementation of the JSON Object Signing and Encryption (JOSE) for current web browsers and node.js-based servers
License
MPL-2.0