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.21337374145324

Last synced: about 19 hours ago
JSON representation

Repository metadata:

Java client library for the Auth0 platform


Owner metadata:


GitHub Events

Total
Last Year

Committers metadata

Last synced: 29 days ago

Total Commits: 734
Total Committers: 54
Avg Commits per committer: 13.593
Development Distribution Score (DDS): 0.65

Commits in past year: 70
Committers in past year: 3
Avg Commits per committer in past year: 23.333
Development Distribution Score (DDS) in past year: 0.057

Name Email Commits
Luciano Balmaceda b****o@g****m 257
Jim Anderson j****n@a****m 220
Tanya Sinha s****6@g****m 66
Poovamraj T T p****j@g****m 28
dependabot[bot] 4****] 24
Minh-Long Do m****s@g****m 22
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
Rodrigo Villablanca v****4@g****m 6
Nicolas Ulrich n****u 6
Jack Butler j****r@e****m 5
Damien Guard d****d@a****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
Cristian Araya c****a@a****m 2
Yevhenii Maliavka Y****a@m****m 2
Oluwafemi Sule o****e@o****m 2
Nico Sabena n****a@h****m 2
KunalOfficial 3****l 2
Johannes Schneider j****a@n****e 2
Hernan Zalazar h****r@g****m 2
Corbin Schwalm 3****m 2
Jak S 1****k 2
Josh Cunningham j****m@a****m 2
Max Farsikov f****x@g****m 1
Rita Zerrizuela z****a@w****m 1
and 24 more...

Issue and Pull Request metadata

Last synced: 3 days ago

Total issues: 37
Total pull requests: 315
Average time to close issues: 2 months
Average time to close pull requests: 7 days
Total issue authors: 31
Total pull request authors: 26
Average comments per issue: 3.27
Average comments per pull request: 0.3
Merged pull request: 232
Bot issues: 0
Bot pull requests: 79

Past year issues: 10
Past year pull requests: 108
Past year average time to close issues: about 2 months
Past year average time to close pull requests: 6 days
Past year issue authors: 9
Past year pull request authors: 9
Past year average comments per issue: 1.9
Past year average comments per pull request: 0.06
Past year merged pull request: 79
Past year bot issues: 0
Past year bot pull requests: 0

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

Top Issue Authors

  • victorhua (4)
  • tbcrawford (2)
  • larsf96 (2)
  • hantsy (2)
  • krisnik (1)
  • rodgarcialima (1)
  • majugurci (1)
  • dmical-icims (1)
  • koates-ol (1)
  • jimmyjames (1)
  • jlannoy (1)
  • vs-gtadeu (1)
  • NamanhTran (1)
  • kelvin-hua (1)
  • ina-schaal (1)

Top Pull Request Authors

  • tanya732 (103)
  • jimmyjames (85)
  • dependabot[bot] (78)
  • poovamraj (15)
  • frederikprijck (4)
  • developerkunal (3)
  • evansims (3)
  • kay-horst (2)
  • jak (2)
  • stevenwong-okta (2)
  • deep-lyra (2)
  • desusai7 (2)
  • PhillipTr01 (1)
  • lbalmaceda (1)
  • yoshihito-nagai (1)

Top Issue Labels

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

Top Pull Request Labels

  • dependencies (79)
  • github_actions (78)
  • review:tiny (11)
  • CH: Added (11)
  • review:small (5)
  • CH: Changed (5)
  • CH: Breaking Change (4)
  • CH: Security (4)
  • review:medium (3)
  • review:large (2)
  • CH: Removed (2)
  • tiny (2)
  • CH: Fixed (1)
  • CH: Deprecated (1)
  • medium (1)
  • feature request (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: 2.24.0 (published 15 days ago)
  • Last Synced: 2025-09-04T16:31:54.122Z (2 days ago)
  • Versions: 100
  • 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
.github/workflows/semgrep.yml actions
  • actions/checkout v3 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