Scoped Encryption Keys for Firefox Accounts
Перейти к файлу
Vlad Filippov 1d65958078
Merge pull request #34 from mozilla/tag-240
2.4.0
2019-04-01 11:10:38 -04:00
.circleci fix(ci): run update for python package in ci 2019-04-01 10:41:23 -04:00
dist/fxa-crypto-relier feat(oauth): migrate to content-sever authorization 2019-04-01 10:38:37 -04:00
docs fix(keys): Use full millisecond timestamp in legacy sync kid. (#19) r=@vladikoff 2018-04-23 19:13:58 -04:00
src feat(oauth): migrate to content-sever authorization 2019-04-01 10:38:37 -04:00
test fix(keys): Use full millisecond timestamp in legacy sync kid. (#19) r=@vladikoff 2018-04-23 19:13:58 -04:00
.babelrc chore(lib): basic project files 2017-10-31 13:34:47 -04:00
.eslintignore chore(lib): basic project files 2017-10-31 13:34:47 -04:00
.eslintrc chore(lint): remove deprecated ecmafeatures 2017-11-01 10:50:00 -04:00
.gitignore chore(git): simplify git ignore 2017-10-31 13:34:47 -04:00
.npmignore chore(lib): basic project files 2017-10-31 13:34:47 -04:00
.nvmrc chore(lib): basic project files 2017-10-31 13:34:47 -04:00
CHANGELOG.md 2.4.0 2019-04-01 11:07:28 -04:00
README.md feat(keys): start lib commit r=@rfk 2017-11-16 10:42:22 -05:00
package-lock.json 2.4.0 2019-04-01 11:07:28 -04:00
package.json 2.4.0 2019-04-01 11:07:28 -04:00
webpack.config.js feat(keys): start lib commit r=@rfk 2017-11-16 10:42:22 -05:00

README.md

fxa-crypto-relier npm version CircleCI

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 library
  • npm run dev - development mode
  • npm 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