auth0-java icon indicating copy to clipboard operation
auth0-java copied to clipboard

Java client library for the Auth0 platform

Results 38 auth0-java issues
Sort by recently updated
recently updated
newest added

### Changes - Added session idle lifetime for tenant management - converted session lifetime into doubles (to allow setting less than an hour) - :warning: since I changed `int` to...

closed:stale
needs investigation

### Describe the problem you'd like to have solved Current `auth0-java` SDK does not provide filter option to "get Client By Id" API, which is available in auth0-management API Please...

feature request

### Changes Current auth0-java SDK does not provide filter option to "get Client By Id" API, which is available in auth0-management API This feature is useful if we intend to...

### Describe the problem you'd like to have solved `okhttp3.OkHttpClient - A connection to {some_auth0_url} was leaked. Did you forget to close a response body?` We're seeing this warning sometimes...

feature request

### Describe the problem you'd like to have solved On the `com.auth0.json.mgmt.users.User` class there is a field `private Boolean blocked`. The accessor for this field is `public Boolean isBlocked() {...}`....

feature request
closed:stale

### Describe the problem you'd like to have solved Objects such as `com.auth0.json.mgmt.Role` do not implement java `hashCode()` and `equals()`. This causes unnecessary complexity when trying to compare equality or...

feature request
closed:stale

### Describe the problem you'd like to have solved At the moment, when we try to set a custom List to a user's user_metadata that contains Objects with a Java...

feature request

### Changes After initialization of CustomRequest, I added the call `this.mapper.findAndRegisterModules();` which will let the ObjectMapper register all the modules that are configured (i.e. JavaTimeModule for Java 8 Date classes)...

Updates the README per the new design specs. Notes: - There was no existing `EXAMPLES.md`, so I created one and populated with the example content that was contained in the...

review:medium

Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 4.1.0 to 4.1.1. Release notes Sourced from codecov/codecov-action's releases. v4.1.1 What's Changed build(deps): bump github/codeql-action from 3.24.5 to 3.24.6 by @​dependabot in codecov/codecov-action#1315 build(deps-dev): bump typescript from...

dependencies
github_actions