luckpoint

Results 3 issues of luckpoint

### Describe the problem I exerted the related code from ruby-auth0/lib/auth0/mixins/httpproxy.rb ```ruby DEAFULT_RETRIES = 3 MAX_ALLOWED_RETRIES = 10 MAX_REQUEST_RETRY_JITTER = 250 MAX_REQUEST_RETRY_DELAY = 1000 MIN_REQUEST_RETRY_DELAY = 100 sleep_timer = lambda...

bug

### Changes This PR adds a new `revoke()` method to the Auth0Client class that allows applications to revoke refresh tokens using the OAuth 2.0 revocation endpoint. **Classes and methods added:**...

### Changes This PR introduces comprehensive Jakarta EE support for the auth0-java-mvc-common library through Eclipse Transformer-based bytecode transformation. This enables the library to work seamlessly with both traditional Java EE...