Commit graph

41 commits

Author SHA1 Message Date
Filip Skokan
2276f5a572 ci: limit github actions concurrency on browserstack jobs 2020-11-15 19:55:40 +01:00
Filip Skokan
0b5fbc211a ci: silent browserstack run 2020-11-15 19:30:24 +01:00
Filip Skokan
8406b809fe Revert "ci: limit github actions concurrency on browserstack jobs"
This reverts commit d61f73c0ab.
2020-11-15 19:19:26 +01:00
Filip Skokan
d61f73c0ab ci: limit github actions concurrency on browserstack jobs 2020-11-15 13:16:12 +01:00
Filip Skokan
357fe0b964 feat: Revised API, No dependencies, Browser Support, Promises
BREAKING CHANGE: Revised, Promise-based API
BREAKING CHANGE: No dependencies
BREAKING CHANGE: Browser support (using [Web Cryptography API](https://www.w3.org/TR/WebCryptoAPI/))
BREAKING CHANGE: Support for verification using a remote JWKS endpoint
BREAKING CHANGE: Experimental Node.js libuv thread pool based runtime (non-blocking 🎉)
2020-11-14 18:26:46 +01:00
Filip Skokan
9cb049bc81 ci: add node v15.x to the test matrix 2020-10-23 22:23:35 +02:00
Filip Skokan
fd69d7f509 refactor: move JWT profile specifics outside of generic JWT
BREAKING CHANGE: the `JWT.verify` profile option was removed, use e.g.
`JWT.IdToken.verify` instead.

BREAKING CHANGE: removed the `maxAuthAge` `JWT.verify` option, this
option is now only present at the specific JWT profile APIs where the
`auth_time` property applies.

BREAKING CHANGE: removed the `nonce` `JWT.verify` option, this
option is now only present at the specific JWT profile APIs where the
`nonce` property applies.

BREAKING CHANGE: the `acr`, `amr`, `nonce` and `azp` claim value types
will only be checked when verifying a specific JWT profile using its
dedicated API.

BREAKING CHANGE: using the draft implementing APIs will emit a one-time
warning per process using `process.emitWarning`
2020-09-08 14:12:04 +02:00
Filip Skokan
655679715e ci: remove macos from the ci matrix 2020-09-08 14:12:04 +02:00
Filip Skokan
19487dbe32 ci: add electron@10 2020-09-08 14:12:04 +02:00
Filip Skokan
1aa9035552 feat: added support for ESM (ECMAScript modules)
BREAKING CHANGE: due to added ESM module support Node.js version with
ESM implementation bugs are no longer supported, this only affects early
v13.x versions. The resulting Node.js semver range is
`>=10.13.0 < 13 || >=13.7.0`
2020-09-08 14:12:04 +02:00
Filip Skokan
db6254e575 ci: improve CI runtime 2020-08-04 17:11:37 +02:00
Filip Skokan
495a7873a4 ci: skip codeql for markdown changes 2020-07-24 13:55:31 +02:00
Filip Skokan
fcbc468d24 ci: push scheduled ci by two hours 2020-07-16 11:27:00 +02:00
Filip Skokan
2c49d9a771 chore: disable bugged PR sponsor label 2020-07-05 11:34:38 +02:00
Filip Skokan
899d60130f
ci: add codeql-analysis 2020-06-30 19:17:08 +02:00
Filip Skokan
e48c46369a ci: add electron@9 2020-05-21 18:12:04 +02:00
Filip Skokan
f6f657745a repo: add sponsor label 2020-04-23 11:55:26 +02:00
Filip Skokan
90ea159683 ci: test on node 14 2020-04-21 18:04:15 +02:00
Filip Skokan
41bd041705 chore: auto-lock old issues 2020-04-03 12:34:01 +02:00
Filip Skokan
f816dcc773 Revert "ci: remove low 13 node version from the test matrix"
This reverts commit d84fa09297.
2020-03-27 17:01:26 +01:00
Filip Skokan
d84fa09297 ci: remove low 13 node version from the test matrix 2020-03-23 10:29:47 +01:00
Filip Skokan
5ca357c925 ci: get rid of dtslint 2020-03-05 16:13:49 +01:00
Filip Skokan
0356a468a1 ci: skip collecting coverage for electron 2020-02-19 11:21:59 +01:00
Filip Skokan
eb12f168d6 ci: add electron@8 2020-02-05 22:09:23 +01:00
Filip Skokan
d45f845c45 refactor: backwards compatibility for node < 12 2019-11-27 22:04:15 +01:00
Filip Skokan
d839f8ecac ci: use extended npm-install-retry 2019-11-14 10:41:47 +01:00
Filip Skokan
fbbda54ee0 ci: fail-fast true 2019-10-30 15:15:04 +01:00
Filip Skokan
3bf1f945a2 ci: enable electron 7 in CI 2019-10-24 19:27:15 +02:00
Filip Skokan
9a8f5857b0 ci: update test.yml to remove a setup-node deprecation 2019-10-24 12:15:14 +02:00
Filip Skokan
d6c2eb28e8 ci: retry npm install 2019-10-24 11:30:05 +02:00
Filip Skokan
c44ebdded6 ci: enable node 13 and macOS in CI 2019-10-22 11:00:02 +02:00
Filip Skokan
7510a7e574 ci: dont run actions for yml and md changes 2019-10-17 14:55:12 +02:00
Filip Skokan
98bbc50181 ci: remove duplicate ts lint 2019-09-30 15:23:35 +02:00
Filip Skokan
809e3cb682 ci: coverage with electron 2019-09-26 14:59:57 +02:00
Filip Skokan
ae41451d7c ci: update actions/setup-node@v1 syntax 2019-09-19 16:41:48 +02:00
Filip Skokan
1031dc2d74 ci: disable macos ci temporarily 2019-09-19 16:38:20 +02:00
Filip Skokan
8c47ca7cc7 ci: disable macos ci temporarily 2019-09-12 21:44:52 +02:00
Filip Skokan
f9895cd037 ci: remove nightly build 2019-09-07 19:50:55 +02:00
Filip Skokan
e1511b92a2 refactor: types and their lint 2019-09-07 19:46:33 +02:00
Filip Skokan
67a8601b09 feat: added Node.js lts/dubnium support for runtime supported features 2019-08-22 20:40:02 +02:00
Filip Skokan
49bf45441f ci: try github actions 2019-08-13 20:24:08 +02:00