Filip Skokan

Results 62 issues of Filip Skokan

This PR fixes WebCryptoAPI behaviour when it comes to operation specific errors. Fixes 21 WPTs

wip
crypto
experimental
needs-ci
webcrypto

Hello @ianstormtaylor, coming from [Bearer Token Usage](https://tools.ietf.org/html/rfc6750) environment there are a couple of things I couldn't find in your library. These might make sense to adopt so that the library...

improvement

A user of this library was having an issue decrypting JWE tokens produced by it in my javascript library. See https://github.com/panva/jose/issues/314 Despite a few hurdles overcome they are not able...

help wanted

I am unable to land PRs since a few months ago. I've tried issuing new credentials as well as different PRs. This happens for me on every PR. Logs &...

bug

I'm attempting to do a universal javascript (Node, Electron, CloudFlare Workers, Browsers, Deno) module for all PASETO versions and purposes with local, public and secret PASERK as key inputs. Turns...

Refs https://nodejs.org/api/deprecations.html#DEP0009, #11305, #31166. ``` > crypto.pbkdf2('f', 'f', 1, 20, null, console.log) Uncaught: TypeError [ERR_INVALID_ARG_TYPE]: The "digest" argument must be of type string. Received null at __node_internal_captureLargerStackTrace (node:internal/errors:477:5) at new...

crypto
doc
author ready

## Description This PR replaces the use of `jsonwebtoken` library with `jose`. ## Motivation and Context This is not a required change, it is merely a proposal to use a...

As per https://github.com/w3c/webcrypto/pull/345

Background: I've renamed a module of mine and successfully registered a second webhook for the new module name. `doauth` is the old, `oauth4webapi` is the new. See https://deno.land/x?query=openid+connect What is...

I would like a simple way to have workerd evaluate a script input. The runtime globals would be present. No need to register an event listener. Having this capability would...

feature request