mozilla-services / msisdn-gateway

INACTIVE - http://mzl.la/ghe-archive - An MSISDN based Authentication Server.
Mozilla Public License 2.0
18 stars 13 forks source link

Migrate from jwcrypto to browserid-crypto #133

Closed rfk closed 9 years ago

rfk commented 9 years ago

The upstream "jwcrypto" library has been renamed to "browserid-crypto" and trimmed down somewhat, in an attempt to increase maintainability of the code. Specifically, the idea is to make it less like a general-purpose JWT-handling library and more like a special-purpose library for doing BrowserID crypto.

We should migrate msisdn-gateway to use the latest upstream release of browserid-crypto, so that all our projects are working from a consistent version of a maintained codebase.

This is a bit tricky due to data format changes; see https://bugzilla.mozilla.org/show_bug.cgi?id=1096102 for details.

rfk commented 9 years ago

This was done and will be included in the next release