j

jwt-auth-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.
https://github.com/junsung-cho/jwt-auth-spring-boot-starter
MIT License
Junsung Cho
Files download
File Operation
jwt-auth-spring-boot-starter-0.0.3.jar download
jwt-auth-spring-boot-starter-0.0.3.pom download
jwt-auth-spring-boot-starter-0.0.3-sources.jar download
Apache Maven
<dependency>
  <groupId>dev.junsung</groupId>
  <artifactId>jwt-auth-spring-boot-starter</artifactId>
  <version>0.0.3</version>
</dependency>
Gradle Groovy
implementation 'dev.junsung:jwt-auth-spring-boot-starter:0.0.3'
Gradle Kotlin
implementation("dev.junsung:jwt-auth-spring-boot-starter:0.0.3")
Scala SBT
libraryDependencies += "dev.junsung" % "jwt-auth-spring-boot-starter" % "0.0.3"
Groovy Grape
@Grapes(
  @Grab(group='dev.junsung', module='jwt-auth-spring-boot-starter', version='0.0.3')
)
Apache Ivy
<dependency org="dev.junsung" name="jwt-auth-spring-boot-starter" rev="0.0.3" />
Leiningen
[dev.junsung/jwt-auth-spring-boot-starter "0.0.3"]
Apache Buildr
'dev.junsung:jwt-auth-spring-boot-starter:jar:0.0.3'