Paulo Lopes

Results 282 comments of Paulo Lopes

I've published a new build with this feature in, see the tweet: https://twitter.com/es4x_ftw/status/1263811612726738944?s=20 The missing feature from deno is the download of remote modules. There are a couple of issues...

I was just thinking about this, I can now download `esm` modules from the web, say for example, that we use `unpkg.io`, when fetching a `mod.js` (a similar name like...

@ThorodanBrom yes, this is an old issue we haven't had the time to address yet. The behavior across engines is not standard. We would like to get all engines to...

Security wise `http` security may use the scope list as `role`s required for execution. This means we need to be able to link both authentication with authorization. While in `oauth2/oidc`...

This issue addresses the "scope" support for bearer authn: https://github.com/vert-x3/vertx-web/pull/1929 This issue ensures that chain will work with any combinations: https://github.com/vert-x3/vertx-web/pull/1930

@LouizFC the required changes on jwt/oauth2 are already merged to the main development branch. I'm planning to start implementing the oidc improvement discussed in: https://github.com/vert-x3/vertx-web/issues/1858

So this will implement the required changes regarding security. After this, we still need to work the remaining changes which are more now level, like the "everything is a jsonschema...

All security related tasks have been merged. We shall now focus on the yaml/schema changes

@LouizFC I don't think so. All json schema support is handled in another repo: https://github.com/eclipse-vertx/vertx-json-schema If you want to help, please checkout that code and implement a pull request for...

Depends (maybe) on: https://github.com/eclipse-vertx/vertx-json-schema/issues/43