jar

com.github.luues : spring-boot-starter-jwt

Maven & Gradle

Dec 10, 2020

A simple JWT generation token and verification toke

Table Of Contents

Latest Version

Download com.github.luues : spring-boot-starter-jwt JAR file - Latest Versions:

All Versions

Download com.github.luues : spring-boot-starter-jwt JAR file - All Versions:

Version Vulnerabilities Size Updated
1.3.x
1.2.x
1.0.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 spring-boot-starter-jwt-1.3.0.5.RELEASE.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.luues.jwt.filter

├─ com.luues.jwt.filter.AuthInterceptor.class - [JAR]

├─ com.luues.jwt.filter.ChanHttpServletRequestFilter.class - [JAR]

├─ com.luues.jwt.filter.ValiInterceptor.class - [JAR]

com.luues.jwt.config

├─ com.luues.jwt.config.MyHttpServletRequestWrapper.class - [JAR]

com.luues.jwt.entity

├─ com.luues.jwt.entity.Authorization.class - [JAR]

├─ com.luues.jwt.entity.AuthorizationInfo.class - [JAR]

├─ com.luues.jwt.entity.Setting.class - [JAR]

com.luues.jwt.permission

├─ com.luues.jwt.permission.Permission.class - [JAR]

com.luues.jwt

├─ com.luues.jwt.JwtTemplate.class - [JAR]

com.luues.jwt.autoconfigure

├─ com.luues.jwt.autoconfigure.JwtAutoConfiguration.class - [JAR]