jar

com.github.magrifle : jwt-ssors

Maven & Gradle

Feb 21, 2023
0 stars

jwt-ssors · jwt token helper based on ssors - spring security oauth2 resource server

Table Of Contents

Latest Version

Download com.github.magrifle : jwt-ssors JAR file - Latest Versions:

All Versions

Download com.github.magrifle : jwt-ssors JAR file - All Versions:

Version Vulnerabilities Size Updated
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 jwt-ssors-1.0.2.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

io.github.magrifle.jwt.ssors.provider

├─ io.github.magrifle.jwt.ssors.provider.MagrifleJwtTokenProvider.class - [JAR]

io.github.magrifle.jwt.ssors.annotation

├─ io.github.magrifle.jwt.ssors.annotation.CurrentUser.class - [JAR]

io.github.magrifle.jwt.ssors.autoconfigure

├─ io.github.magrifle.jwt.ssors.autoconfigure.MagrifleResourceServerConfigurer.class - [JAR]

├─ io.github.magrifle.jwt.ssors.autoconfigure.MagrifleResourceServerProperties.class - [JAR]

├─ io.github.magrifle.jwt.ssors.autoconfigure.MagrifleSecurityConfiguration.class - [JAR]

├─ io.github.magrifle.jwt.ssors.autoconfigure.RedisConfiguration.class - [JAR]

io.github.magrifle.jwt.ssors.filter

├─ io.github.magrifle.jwt.ssors.filter.MagrifleJwtTokenFilter.class - [JAR]

io.github.magrifle.jwt.ssors.exception

├─ io.github.magrifle.jwt.ssors.exception.InvalidJwtAuthenticationException.class - [JAR]

io.github.magrifle.jwt.ssors.dto

├─ io.github.magrifle.jwt.ssors.dto.AuthenticatedUser.class - [JAR]

├─ io.github.magrifle.jwt.ssors.dto.ErrorResponse.class - [JAR]

io.github.magrifle.jwt.ssors.service

├─ io.github.magrifle.jwt.ssors.service.LoggedOutTokenService.class - [JAR]

Advertisement