jar

dev.junsung : jwt-auth-spring-boot-starter

Maven & Gradle

Jan 22, 2024
0 stars

JWT Authorization Spring Boot Starter · The "JWT Authorization Spring Boot Starter" is designed to simplify the implementation of JSON Web Token (JWT) based authentication and authorization within Spring Boot applications. This starter provides a robust foundation for developers looking to secure their Spring Boot applications using JWT, a widely adopted industry standard for token-based authentication.

Table Of Contents

Latest Version

Download dev.junsung : jwt-auth-spring-boot-starter JAR file - Latest Versions:

All Versions

Download dev.junsung : jwt-auth-spring-boot-starter JAR file - All Versions:

Version Vulnerabilities Size Updated
0.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-auth-spring-boot-starter-0.0.1.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

dev.junsung.jwt.configurer

├─ dev.junsung.jwt.configurer.AuthorizationServerConfigurer.class - [JAR]

├─ dev.junsung.jwt.configurer.BearerAuthenticationProvider.class - [JAR]

├─ dev.junsung.jwt.configurer.BearerAuthenticationToken.class - [JAR]

├─ dev.junsung.jwt.configurer.UsernamePasswordAuthenticationConverter.class - [JAR]

├─ dev.junsung.jwt.configurer.UsernamePasswordAuthenticationFilter.class - [JAR]

dev.junsung.jwt.properties

├─ dev.junsung.jwt.properties.JwtProperties.class - [JAR]

dev.junsung.jwt.converter

├─ dev.junsung.jwt.converter.DefaultJwtHeaderConverter.class - [JAR]

├─ dev.junsung.jwt.converter.JwtClaimsSetConverter.class - [JAR]

├─ dev.junsung.jwt.converter.JwtHeaderConverter.class - [JAR]

├─ dev.junsung.jwt.converter.ScopeJwtClaimsSetConverter.class - [JAR]

dev.junsung.jwt.config

├─ dev.junsung.jwt.config.JwtConfig.class - [JAR]