The result is based on ratio of number of commits and code additions from initial and final time ranges.
Initial time range – from 5 Jul, 2023 to 5 Oct, 2023
Final time range – from 5 Apr, 2024 to 5 Jul, 2024
Additions and deletions stats are not available for this repository due to GitHub API limitations.
It is basically a number of most active contributors responsible for 80% of contributions.
Bus factor tries to assess "What happens if a key member of the team is hit by a bus?". The more there are key members, the lower the risk.
The kmehrunes/javalin-jwt repository has a bus factor of 3.
High risk, a lot of knowledge concentrated in a few people
Bus factor was measured on 14 Aug 2024
"kmehrunes/javalin-jwt" is a GitHub repository that provides a library for handling JSON Web Tokens (JWTs) in Javalin.
Javalin is a web framework for Kotlin and Java, and JWTs are a method for securely transmitting information between parties as a JSON object.
This library simplifies the process of using JWTs in Javalin applications, offering features like:
To use it, you'll need to add the appropriate dependencies in your build file and then you can manage authentication and authorization of users in your Javalin application by using the provided API.
Dependency for Maven:
xml
<dependency>
<groupId>com.github.kmehrunes</groupId>
<artifactId>javalin-jwt</artifactId>
<version>1.0.0-alpha</version>
</dependency>
Dependency for Gradle:
groovy
implementation 'com.github.kmehrunes:javalin-jwt:1.0.0-alpha'
Please note that, being an open source project, you can contribute to its development or raise issues as needed.
Contributor | Commits |
---|---|
12 | |
8 | |
3 | |
2 | |
2 |