Skip to content
This repository has been archived by the owner on Feb 11, 2023. It is now read-only.

Commit

Permalink
Add nonce to zip file for auth0
Browse files Browse the repository at this point in the history
  • Loading branch information
payton committed Dec 19, 2018
1 parent a8d27f4 commit 92e8e8c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build/build.js
Original file line number Diff line number Diff line change
Expand Up @@ -478,6 +478,7 @@ function auth0Configuration() {
config.AUTHZ = "AUTH0";

shell.cp('./authn/openid.index.js', './distributions/' + config.DISTRIBUTION + '/index.js');
shell.cp('./nonce.js', './distributions/' + config.DISTRIBUTION + '/nonce.js');

fs.writeFileSync('distributions/' + config.DISTRIBUTION + '/config.json', JSON.stringify(result, null, 4));

Expand Down

0 comments on commit 92e8e8c

Please sign in to comment.