Spring Security JWT
A JWT Authentication Component implemented using Spring Security.
| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииБезопасность |
| Группа | Группаbr.com.damsete |
| Идентификатор | Идентификаторspring-security-jwt |
| Последняя версия | Последняя версия0.0.1 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
Описаниеspring-security-jwt
A JWT Authentication Component implemented using Spring Security
|
| Ссылка на сайт |
Ссылка на сайт |
| Организация-разработчик |
Организация-разработчик |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| spring-security-jwt-0.0.1.pom | |
| spring-security-jwt-0.0.1.jar | 20 KB |
| spring-security-jwt-0.0.1-sources.jar | 12 KB |
| spring-security-jwt-0.0.1-javadoc.jar | 495 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/br.com.damsete/spring-security-jwt/ -->
<dependency>
<groupId>br.com.damsete</groupId>
<artifactId>spring-security-jwt</artifactId>
<version>0.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/br.com.damsete/spring-security-jwt/
implementation 'br.com.damsete:spring-security-jwt:0.0.1'
// https://jarcasting.com/artifacts/br.com.damsete/spring-security-jwt/
implementation ("br.com.damsete:spring-security-jwt:0.0.1")
'br.com.damsete:spring-security-jwt:jar:0.0.1'
<dependency org="br.com.damsete" name="spring-security-jwt" rev="0.0.1">
<artifact name="spring-security-jwt" type="jar" />
</dependency>
@Grapes(
@Grab(group='br.com.damsete', module='spring-security-jwt', version='0.0.1')
)
libraryDependencies += "br.com.damsete" % "spring-security-jwt" % "0.0.1"
[br.com.damsete/spring-security-jwt "0.0.1"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.springframework.boot : spring-boot-starter-web | jar | 2.3.1.RELEASE |
| org.springframework.boot : spring-boot-starter-security | jar | 2.3.1.RELEASE |
| org.springframework.boot : spring-boot-configuration-processor | jar | 2.3.1.RELEASE |
| org.apache.commons : commons-lang3 | jar | 3.10 |
| com.google.guava : guava | jar | 29.0-jre |
| io.jsonwebtoken : jjwt | jar | 0.9.1 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.junit.jupiter : junit-jupiter-api | jar | 5.6.2 |
| org.junit.jupiter : junit-jupiter-engine | jar | 5.6.2 |
| org.assertj : assertj-core | jar | 3.16.1 |
| com.github.javafaker : javafaker | jar | 1.0.2 |
A JWT Authentication Component implemented using Spring Security.