Padlock Library

A library to enable security into JavaEE / JAX-RS application using JWT cookie.

License

License

Categories

Categories

Net
GroupId

GroupId

net.r-w-x
ArtifactId

ArtifactId

padlock
Last Version

Last Version

0.0.8
Release Date

Release Date

Type

Type

jar
Description

Description

Padlock Library
A library to enable security into JavaEE / JAX-RS application using JWT cookie.
Source Code Management

Source Code Management

https://gitlab.com/r-w-x/jee/padlock

Download padlock

How to add to project

<!-- https://jarcasting.com/artifacts/net.r-w-x/padlock/ -->
<dependency>
    <groupId>net.r-w-x</groupId>
    <artifactId>padlock</artifactId>
    <version>0.0.8</version>
</dependency>
// https://jarcasting.com/artifacts/net.r-w-x/padlock/
implementation 'net.r-w-x:padlock:0.0.8'
// https://jarcasting.com/artifacts/net.r-w-x/padlock/
implementation ("net.r-w-x:padlock:0.0.8")
'net.r-w-x:padlock:jar:0.0.8'
<dependency org="net.r-w-x" name="padlock" rev="0.0.8">
  <artifact name="padlock" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.r-w-x', module='padlock', version='0.0.8')
)
libraryDependencies += "net.r-w-x" % "padlock" % "0.0.8"
[net.r-w-x/padlock "0.0.8"]

Dependencies

compile (2)

Group / Artifact Type Version
de.mkammerer : argon2-jvm jar 2.7
org.bitbucket.b_c : jose4j jar 0.7.2

provided (1)

Group / Artifact Type Version
javax : javaee-api jar 8.0

test (3)

Group / Artifact Type Version
junit : junit jar 4.13
org.assertj : assertj-core jar 3.9.1
org.mockito : mockito-all jar 1.10.19

Project Modules

There are no modules declared in this project.

Versions

Version
0.0.8
0.0.7
0.0.6
0.0.5
0.0.4
0.0.3
0.0.2
0.0.1