vertx-auth icon indicating copy to clipboard operation
vertx-auth copied to clipboard

Results 70 vertx-auth issues
Sort by recently updated
recently updated
newest added

### Version 4.3.3 ### Context I was trying to connect to google spreadsheets API using a service account. After some trial and error, I figured I can use something of...

bug

### Questions Related question: https://groups.google.com/g/vertx/c/vTCLEQsv1N0 ### Version 4.2.5 ### Context I have a Vert.x 4 backend managing authorizations that vary during the lifetime of users (they can have new permissions,...

bug

https://www.w3.org/TR/webauthn-2/#dictdef-authenticatorselectioncriteria

enhancement

WebAuthn Level 2, defines a set of core extensions. While the current API does allow specifying extensions, there is no way to tell if the extension is for `registration` and/or...

enhancement

While the ECDAA has been removed, nothing forbids that there are implementations out there (yet, no implementation got certified). Currently the vert.x implementation throws an exception if there is a...

enhancement

#### Describe the feature With a `role` collection containing a `rolename` field (string) and a `permissions` field (array of strings), the MongoDB AuthorizationProvider could propagate role permissions back to the...

enhancement

Signed-off-by: Paulo Lopes Motivation: Fixes issue #464

#### Describe the feature As explained here we should improve the discovery mechanism to support all possible flows enabled by the provider. We should not force user to choose the...

enhancement

JWTAuth performs a subset of the features OAuth2 module does. It would be good to just have a single module capable of doing it all with a single source of...

enhancement

For the sake of completion it would be good to have an implementation of the OIDC implicit flow (`id_token token`) as the module can be used not just on the...

enhancement
wishlist