is not current version
Last Version 3.0.0-M2

io.helidon.security.providers:helidon-security-providers-jwt 0.11.1

Support for JWT (any provider), together with JWK (to get keys for verification/signatures)

Categories

Categories

IDE Development Tools Helidon Container Microservices Security
GroupId

GroupId

io.helidon.security.providers
ArtifactId

ArtifactId

helidon-security-providers-jwt
Version

Version

0.11.1
Type

Type

jar

Download helidon-security-providers-jwt 0.11.1


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