Skip to content

A pure JavaScript implementation of the RFC 7518 ES256 digital signature algorithm

Notifications You must be signed in to change notification settings

mvasilkov/jwa-purejs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

jwa-purejs

A pure JavaScript implementation of the RFC 7518 ES256 digital signature algorithm.

npm


This library is a drop-in replacement for the popular jwa package.

I wrote it to remove the dependency on crypto-browserify.

Installation

yarn add jwa-purejs

Usage

webpack.config.js

module.exports = {
  resolve: {
    alias: {
      jwa: 'jwa-purejs',
    }
  }
}

webpack Command Line

webpack --resolve-alias jwa=jwa-purejs

About

A pure JavaScript implementation of the RFC 7518 ES256 digital signature algorithm

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published