Skip to content

Commit 6bf26d2

Browse files
Jean-Paul GormanJean-Paul Gorman
Jean-Paul Gorman
authored and
Jean-Paul Gorman
committed
Merge branch 'dev' into enhancement/random-supports-window.crypto
2 parents 7936757 + b43e146 commit 6bf26d2

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

package-lock.json

Lines changed: 9 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,5 +49,8 @@
4949
"webpack": "^4.29.3",
5050
"webpack-stream": "^4.0.3"
5151
},
52+
"dependencies": {
53+
"jsrsasign": "^8.0.12"
54+
},
5255
"typings": "index.d.ts"
5356
}

src/JoseUtil.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
// Licensed under the Apache License, Version 2.0. See LICENSE in the project root for license information.
33

44
import { jws, KEYUTIL as KeyUtil, X509, crypto, hextob64u, b64tohex } from '../jsrsasign/dist/jsrsasign.js';
5+
//import { jws, KEYUTIL as KeyUtil, X509, crypto, hextob64u, b64tohex } from 'jsrsasign';
56
import { Log } from './Log.js';
67

78
const AllowedSigningAlgs = ['RS256', 'RS384', 'RS512', 'PS256', 'PS384', 'PS512', 'ES256', 'ES384', 'ES512'];

0 commit comments

Comments
 (0)