jar

br.com.nitertech : jwt

Maven & Gradle

Jun 06, 2023
2 stars

JWT Spring Security · NiterTech's JWT Spring Security filter implementation created to simplify JWT implementation in Spring Security.

Table Of Contents

Latest Version

Download br.com.nitertech : jwt JAR file - Latest Versions:

All Versions

Download br.com.nitertech : jwt JAR file - All Versions:

Version Vulnerabilities Size Updated
1.1.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window jwt-1.1.5.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

br.com.nitertech.jwt

├─ br.com.nitertech.jwt.App.class - [JAR]

br.com.nitertech.jwt.entity

├─ br.com.nitertech.jwt.entity.CustomProtectedRoute.class - [JAR]

├─ br.com.nitertech.jwt.entity.ProtectedRoute.class - [JAR]

├─ br.com.nitertech.jwt.entity.Role.class - [JAR]

br.com.nitertech.jwt.util

├─ br.com.nitertech.jwt.util.RenewalTokenStore.class - [JAR]

├─ br.com.nitertech.jwt.util.StringPair.class - [JAR]

br.com.nitertech.jwt.security

├─ br.com.nitertech.jwt.security.JwtFilter.class - [JAR]

br.com.nitertech.jwt.auth

├─ br.com.nitertech.jwt.auth.AuthService.class - [JAR]

├─ br.com.nitertech.jwt.auth.AuthServiceImpl.class - [JAR]

├─ br.com.nitertech.jwt.auth.Authenticator.class - [JAR]

├─ br.com.nitertech.jwt.auth.CustomVerifier.class - [JAR]

br.com.nitertech.jwt.dto

├─ br.com.nitertech.jwt.dto.AuthenticationOutputDTO.class - [JAR]

Advertisement