Scoped Encryption Keys for Firefox Accounts
Перейти к файлу
Vlad Filippov f41a679050
Merge pull request #33 from mozilla/changelog-240
Update CHANGELOG
2019-04-01 11:02:41 -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 Update CHANGELOG 2019-04-01 11:01:01 -04:00
README.md feat(keys): start lib commit r=@rfk 2017-11-16 10:42:22 -05:00
package-lock.json feat(oauth): migrate to content-sever authorization 2019-04-01 10:38:37 -04:00
package.json 2.3.0 2018-05-31 20:48:26 -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