SmallRye: MicroProfile JWT Documentation

SmallRye Parent POM

Лицензия

Лицензия

Группа

Группа

io.smallrye
Идентификатор

Идентификатор

smallrye-jwt-docs
Последняя версия

Последняя версия

2.1.1
Дата

Дата

Тип

Тип

jar
Описание

Описание

SmallRye: MicroProfile JWT Documentation
SmallRye Parent POM

Скачать smallrye-jwt-docs

Как подключить последнюю версию

<!-- https://jarcasting.com/artifacts/io.smallrye/smallrye-jwt-docs/ -->
<dependency>
    <groupId>io.smallrye</groupId>
    <artifactId>smallrye-jwt-docs</artifactId>
    <version>2.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.smallrye/smallrye-jwt-docs/
implementation 'io.smallrye:smallrye-jwt-docs:2.1.1'
// https://jarcasting.com/artifacts/io.smallrye/smallrye-jwt-docs/
implementation ("io.smallrye:smallrye-jwt-docs:2.1.1")
'io.smallrye:smallrye-jwt-docs:jar:2.1.1'
<dependency org="io.smallrye" name="smallrye-jwt-docs" rev="2.1.1">
  <artifact name="smallrye-jwt-docs" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.smallrye', module='smallrye-jwt-docs', version='2.1.1')
)
libraryDependencies += "io.smallrye" % "smallrye-jwt-docs" % "2.1.1"
[io.smallrye/smallrye-jwt-docs "2.1.1"]

Зависимости

Библиотека не имеет зависимостей. Это самодостаточное приложение, которое не зависит ни от каких других библиотек.

Модули Проекта

Данный проект не имеет модулей.

badge Quality Gate Status License smallrye jwt?color=green

SmallRye JWT

SmallRye JWT is a library for implementing the Eclipse MicroProfile JWT RBAC. Currently it is focused on supporting the MP-JWT 1.1 spec, and primarily deals with the parsing of the JWT string into a JsonWebToken implementation.

In the future, when MP-JWT 2.0 can build on the JSR-375 security APIs, there should be more support for defining the CDI extension and security layer integration.

Instructions

Compile and install this project:

mvn clean install

Project structure

  • implementation - Implementation of the Eclipse MicroProfile JWT RBAC library.

  • testsuite - Test suites

    • testsuite/basic Test suite with basic test cases.

    • testsuite/tck Test suite to run the implementation against the Eclipse MicroProfile JWT RBAC TCK.

  • doc - Project documentation.

Contributing

Please refer to our Wiki for the Contribution Guidelines.

io.smallrye

SmallRye

Версии библиотеки

Версия
2.1.1
2.0.13
2.0.12
2.0.11
2.0.10
2.0.9
2.0.3
2.0.2
2.0.1
2.0.0
1.1.4
1.1.3
1.1.2
1.1.1
1.1.0
1.0.0