Activity of kmehrunes/javalin-jwt repository

Active 🚀

Active contributions

Activity badge for kmehrunes/javalin-jwt repository

Why kmehrunes/javalin-jwt is active?

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.

Data calculated on 5 Jul, 2024

Summary of kmehrunes/javalin-jwt

"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:

  • Easy integration with Javalin
  • Efficient handling of JWTs
  • Checking for token expiration
  • Managing roles and access rights

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.

Recently analyzed projects

Activity badge for linexjlin/GPTs repository

Updated on 5 Jul 2024

Activity badge for ethereum/go-ethereum repository

Updated on 5 Jul 2024

Activity badge for ixartz/Next-js-Boilerplate repository

Updated on 5 Jul 2024

Activity badge for asdf-vm/asdf-nodejs repository

Updated on 5 Jul 2024

Top 5 contributors

ContributorCommits
12
8
3
2
2