Lazar Bulić

Results 28 comments of Lazar Bulić

Same issue on Fedora, packages are slowest and it is bugging my UX

What I found is that the code in version 7.1.0 uses old code where packages number was obtained by doing `rpm -qa` After checking the code from master there is...

This is a know issue of AWS Elasticache that most of drivers need to take care of. I took a quick look how other mature well know drivers cope with...

I have misinterpreted the usage of Lock for Redis. As this feature is purely business logic related and just uses Redis as implementation for the lock this request can be...

Here are 2 well-know it exposes. These are output for my local quick installation but should be suficient for what you are looking for. - /.well-known/jwks.json - /.well-known/openid-configuration [hydra.zip](https://github.com/vert-x3/vertx-auth/files/4558241/hydra.zip)

is this still up for taking?

If I am interpreting this right the first step would be to remove `OAuth2Options setFlow(OAuth2FlowType flow)` from `OAuth2Options` and flow should be passed in `authenticate(JsonObject credentials)` from `AuthenticationProvider` or even...

The issue here is that you are iterating over the Collection while it is being cleared by other thread. The Collection in background should be made thread safe so this...

Yes but in implementation there are iterations over the Collections that are cleared. https://github.com/vert-x3/vertx-auth/blob/55eba3903979772f0c6216154c69a51c30138f94/vertx-auth-common/src/main/java/io/vertx/ext/auth/authorization/impl/PermissionBasedAuthorizationImpl.java#L59 This Collections in Authorization implementations should be made thread safe. DNK if @pmlopes wants to do...

Current build from master is failing on multiple points. Can this be fixed as it makes it hard to test new configured providers.