jwt-security-spring-boot-starter

jwt for spring security

License

License

Categories

Categories

Spring Boot Container Microservices Security
GroupId

GroupId

com.github.zhangquanli
ArtifactId

ArtifactId

jwt-security-spring-boot-starter
Last Version

Last Version

1.0.0
Release Date

Release Date

Type

Type

jar
Description

Description

jwt-security-spring-boot-starter
jwt for spring security

Download jwt-security-spring-boot-starter

How to add to project

<!-- https://jarcasting.com/artifacts/com.github.zhangquanli/jwt-security-spring-boot-starter/ -->
<dependency>
    <groupId>com.github.zhangquanli</groupId>
    <artifactId>jwt-security-spring-boot-starter</artifactId>
    <version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.zhangquanli/jwt-security-spring-boot-starter/
implementation 'com.github.zhangquanli:jwt-security-spring-boot-starter:1.0.0'
// https://jarcasting.com/artifacts/com.github.zhangquanli/jwt-security-spring-boot-starter/
implementation ("com.github.zhangquanli:jwt-security-spring-boot-starter:1.0.0")
'com.github.zhangquanli:jwt-security-spring-boot-starter:jar:1.0.0'
<dependency org="com.github.zhangquanli" name="jwt-security-spring-boot-starter" rev="1.0.0">
  <artifact name="jwt-security-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.zhangquanli', module='jwt-security-spring-boot-starter', version='1.0.0')
)
libraryDependencies += "com.github.zhangquanli" % "jwt-security-spring-boot-starter" % "1.0.0"
[com.github.zhangquanli/jwt-security-spring-boot-starter "1.0.0"]

Dependencies

compile (4)

Group / Artifact Type Version
org.springframework.boot : spring-boot-starter-web jar 2.1.13.RELEASE
org.springframework.boot : spring-boot-starter-security jar 2.1.13.RELEASE
org.springframework.boot : spring-boot-configuration-processor jar 2.1.13.RELEASE
io.jsonwebtoken : jjwt-api jar 0.10.7

runtime (3)

Group / Artifact Type Version
io.jsonwebtoken : jjwt-impl jar 0.10.7
io.jsonwebtoken : jjwt-jackson jar 0.10.7
org.bouncycastle : bcprov-jdk15on jar 1.64

Project Modules

There are no modules declared in this project.

说明

  1. 提供登陆和认证功能

Versions

Version
1.0.0