auth0-java
auth0-java copied to clipboard
Java client library for the Auth0 platform
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 4.4.1 to 4.5.0. Commits e28ff12 chore(release): bump to 4.5.0 (#1477) 7594baa Use an existing token even if the PR is from a fork (#1471) 81c0a51 feat: add...
### Checklist - [X] I have looked into the [Readme](https://github.com/auth0/auth0-java#readme) and [Examples](https://github.com/auth0/auth0-java/blob/master/EXAMPLES.md), and have not found a suitable solution or answer. - [X] I have looked into the [API documentation](https://javadoc.io/doc/com.auth0/auth0/latest/index.html)...
### Checklist - [X] I have looked into the [Readme](https://github.com/auth0/auth0-java#readme) and [Examples](https://github.com/auth0/auth0-java/blob/master/EXAMPLES.md), and have not found a suitable solution or answer. - [X] I have looked into the [API documentation](https://javadoc.io/doc/com.auth0/auth0/latest/index.html)...
### Changes Please describe both what is changing and why this is important. Include: - Added Endpoints 1. GET `api/v2/keys/encryption` 2. GET `api/v2/keys/encryption/{kid}` 3. POST `api/v2/keys/encryption` 4. POST `api/v2/keys/encryption/{kid}` 5....
### Checklist - [X] I have looked into the [Readme](https://github.com/auth0/auth0-java#readme) and [Examples](https://github.com/auth0/auth0-java/blob/master/EXAMPLES.md), and have not found a suitable solution or answer. - [X] I have looked into the [API documentation](https://javadoc.io/doc/com.auth0/auth0/latest/index.html)...
### Changes The example provided had incorrect variable used for signatureVerifier. This might cause issue for someone that is copying the example and trying to run it. ### Testing Please...
Bumps [gradle/gradle-build-action](https://github.com/gradle/gradle-build-action) from 3.3.2 to 3.5.0. Release notes Sourced from gradle/gradle-build-action's releases. v3.5.0 [!IMPORTANT] As of v3 this action has been superceded by gradle/actions/setup-gradle. Any workflow that uses gradle/gradle-build-action@v3 will...
Bumps [gradle/wrapper-validation-action](https://github.com/gradle/wrapper-validation-action) from 3.3.2 to 3.5.0. Release notes Sourced from gradle/wrapper-validation-action's releases. v3.5.0 [!IMPORTANT] As of v3 this action has been deprecated by gradle/actions/wrapper-validation. Any workflow that uses gradle/wrapper-validation-action@v3 will...
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 5 to 6. Release notes Sourced from actions/upload-artifact's releases. v6.0.0 v6 - What's new [!IMPORTANT] actions/upload-artifact@v6 now runs on Node.js 24 (runs.using: node24) and requires a minimum...
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 5.5.1 to 5.5.2. Release notes Sourced from codecov/codecov-action's releases. v5.5.2 What's Changed check gpg only when skip-validation = false by @maxweng-sentry in codecov/codecov-action#1894 chore: disable_search alignment by...