An open API service for producing an overview of a list of open source projects.

https://github.com/auth0/auth0-java

dx-sdk hacktoberfest java

Score: 15.368752228816323

Last synced: about 23 hours ago
JSON representation

Repository metadata:

Java client library for the Auth0 platform


Owner metadata:


GitHub Events

Total
Last Year

Committers metadata

Last synced: 4 days ago

Total Commits: 842
Total Committers: 61
Avg Commits per committer: 13.803
Development Distribution Score (DDS): 0.695

Commits in past year: 107
Committers in past year: 9
Avg Commits per committer in past year: 11.889
Development Distribution Score (DDS) in past year: 0.374

Name Email Commits
Luciano Balmaceda b****o@g****m 257
Jim Anderson j****n@a****m 220
Tanya Sinha s****6@g****m 134
dependabot[bot] 4****] 36
Poovamraj T T p****j@g****m 28
Minh-Long Do m****s@g****m 22
fern-api[bot] 1****] 21
Sunny Pelletier s****r@q****m 11
Evan Sims e****s@a****m 10
Javier Salinas j****o@g****m 8
Frederik Prijck f****k@g****m 7
Nicolas Ulrich n****u 6
Rodrigo Villablanca v****4@g****m 6
Damien Guard d****d@a****m 5
Jack Butler j****r@e****m 5
Jimmy van der Toorn j****n@m****l 4
Adam Mcgrath a****h@a****m 3
Roman Rybalkin r****n@i****u 3
Mário Moura da Silva m****a@s****m 3
Yevhenii Maliavka Y****a@m****m 2
Cristian Araya c****a@a****m 2
Corbin Schwalm 3****m 2
Jak S 1****k 2
Hernan Zalazar h****r@g****m 2
Johannes Schneider j****a@n****e 2
Kailash B k****5@g****m 2
KunalOfficial 3****l 2
Nico Sabena n****a@h****m 2
Oluwafemi Sule o****e@o****m 2
Josh Cunningham j****m@a****m 2
and 31 more...

Issue and Pull Request metadata

Last synced: 2 days ago

Total issues: 55
Total pull requests: 428
Average time to close issues: 2 months
Average time to close pull requests: 8 days
Total issue authors: 43
Total pull request authors: 37
Average comments per issue: 2.55
Average comments per pull request: 0.32
Merged pull request: 297
Bot issues: 0
Bot pull requests: 131

Past year issues: 18
Past year pull requests: 109
Past year average time to close issues: 23 days
Past year average time to close pull requests: 7 days
Past year issue authors: 15
Past year pull request authors: 14
Past year average comments per issue: 0.83
Past year average comments per pull request: 0.29
Past year merged pull request: 65
Past year bot issues: 0
Past year bot pull requests: 50

More stats: https://issues.ecosyste.ms/repositories/lookup?url=https://github.com/auth0/auth0-java

Top Issue Authors

  • victorhua (4)
  • adenix (3)
  • larsf96 (3)
  • mblanchard-mirakl (3)
  • dmical-icims (2)
  • tbcrawford (2)
  • hantsy (2)
  • rodgarcialima (1)
  • majugurci (1)
  • josebarrueta (1)
  • pietrovich (1)
  • koates-ol (1)
  • diutsu (1)
  • jimmyjames (1)
  • jlannoy (1)

Top Pull Request Authors

  • tanya732 (146)
  • dependabot[bot] (105)
  • jimmyjames (85)
  • fern-api[bot] (25)
  • poovamraj (15)
  • frederikprijck (4)
  • patrickthornton (3)
  • developerkunal (3)
  • evansims (3)
  • adenix (3)
  • jak (2)
  • stevenwong-okta (2)
  • deep-lyra (2)
  • PhillipTr01 (2)
  • marcossegovia (2)

Top Issue Labels

  • feature request (27)
  • bug (22)
  • bug report (2)
  • needs investigation (2)
  • waiting for customer (1)
  • closed:stale (1)

Top Pull Request Labels

  • dependencies (106)
  • github_actions (105)
  • review:tiny (11)
  • CH: Added (11)
  • review:small (5)
  • CH: Changed (5)
  • CH: Security (4)
  • CH: Breaking Change (4)
  • review:medium (3)
  • CH: Removed (2)
  • review:large (2)
  • tiny (2)
  • CH: Deprecated (1)
  • feature request (1)
  • medium (1)
  • CH: Fixed (1)

Package metadata

repo1.maven.org: com.auth0:auth0

Java client library for the Auth0 platform

  • Homepage: https://github.com/auth0/auth0-java
  • Documentation: https://appdoc.app/artifact/com.auth0/auth0/
  • Licenses: The MIT License (MIT)
  • Latest release: 5.0.0 (published 4 days ago)
  • Last Synced: 2026-08-21T19:37:57.140Z (2 days ago)
  • Versions: 120
  • Dependent Packages: 17
  • Dependent Repositories: 215
  • Rankings:
    • Dependent repos count: 1.121%
    • Dependent packages count: 3.732%
    • Average: 10.611%
    • Forks count: 17.129%
    • Stargazers count: 20.461%

Dependencies

.github/workflows/gradle-wrapper-validation.yml actions
  • actions/checkout v2 composite
  • gradle/wrapper-validation-action v1 composite
build.gradle maven
  • com.auth0:java-jwt 3.19.4 implementation
  • com.fasterxml.jackson.core:jackson-databind 2.13.4.2 implementation
  • com.squareup.okhttp3:logging-interceptor ${okhttpVersion} implementation
  • com.squareup.okhttp3:okhttp ${okhttpVersion} implementation
  • net.jodah:failsafe 2.4.1 implementation
  • com.squareup.okhttp3:mockwebserver ${okhttpVersion} testImplementation
  • junit:junit 4.13.1 testImplementation
  • org.bouncycastle:bcprov-jdk15on 1.68 testImplementation
  • org.hamcrest:hamcrest-core ${hamcrestVersion} testImplementation
  • org.hamcrest:hamcrest-library ${hamcrestVersion} testImplementation
  • org.mockito:mockito-core 3.7.7 testImplementation
.github/workflows/build-and-test.yml actions
  • actions/checkout v4 composite
  • actions/setup-java v3 composite
  • actions/upload-artifact v3 composite
  • codecov/codecov-action eaaf4bedf32dbdc6b720b63067d99c4d77d6047d composite
  • gradle/gradle-build-action b5126f31dbc19dd434c3269bf8c28c315e121da2 composite
.github/workflows/snyk.yml actions
  • actions/checkout v4 composite
  • snyk/actions/gradle-jdk11 b98d498629f1c368650224d6d212bf7dfa89e4bf composite
.github/actions/tag-exists/action.yml actions
.github/workflows/rl-scanner.yml actions
  • ./.github/actions/get-version * composite
  • actions/checkout 9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 composite
  • actions/setup-java 03ad4de0992f5dab5e18fcb136590ce7c4a0ac95 composite
  • auth0/devsecops-tooling/.github/actions/rl-scan main composite
  • gradle/actions/setup-gradle 3f131e8634966bd73d06cc69884922b02e6faf92 composite
.github/workflows/java-release.yml actions
  • ./.github/actions/get-prerelease * composite
  • ./.github/actions/get-release-notes * composite
  • ./.github/actions/get-version * composite
  • ./.github/actions/maven-publish * composite
  • ./.github/actions/release-create * composite
  • ./.github/actions/tag-exists * composite
  • actions/checkout 9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 composite
.github/actions/get-prerelease/action.yml actions
.github/actions/get-release-notes/action.yml actions
  • actions/github-script v7 composite
.github/workflows/release.yml actions
.github/workflows/sca_scan.yml actions
sample-app/build.gradle maven
.github/actions/get-version/action.yml actions
.github/actions/release-create/action.yml actions
  • softprops/action-gh-release de2c0eb89ae2a093876385947365aca7b0e5f844 composite
.github/actions/maven-publish/action.yml actions
  • actions/checkout v4 composite
  • gradle/actions/wrapper-validation v5 composite