Skip to content

Commit

Permalink
Improved token management.
Browse files Browse the repository at this point in the history
  • Loading branch information
jclo committed Jan 11, 2024
1 parent f1323b4 commit cf82782
Show file tree
Hide file tree
Showing 121 changed files with 612 additions and 10,001 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
* Replaced nyc by c8,
* Renamed the package.json scripts,
* Reshuffled test/main.js file and added mongodb test,
* Improved token management,
* ...,


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"testing": " --- TESTING --- ",
"test": "cross-env NODE_ENV=test c8 --reporter=lcov mocha ./test/main.js --exit",
"display:coverage": "open -a safari ./coverage/lcov-report/index.html",
"check:coverage": "c8 check-coverage --statements 30 --branches 60 --functions 30 --lines 30",
"check:coverage": "c8 check-coverage --statements 70 --branches è0 --functions 40 --lines 70",
"report": "c8 report",

"deployment": " --- DEPLOYMENT --- ",
Expand Down
48 changes: 0 additions & 48 deletions server/_kadmin/_utils/constants.js

This file was deleted.

Loading

0 comments on commit cf82782

Please sign in to comment.