License |
License |
---|---|
Categories |
CategoriesSecurity |
GroupId | GroupIdcom.bcgdv.jwt |
ArtifactId | ArtifactIdplay-securityfilter |
Last Version | Last Version1.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionplay-securityfilter
a play security filter that validates JWT tokens with encrypted payload
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
play-securityfilter-1.0.pom | |
play-securityfilter-1.0.jar | 36 KB |
play-securityfilter-1.0-sources.jar | 25 KB |
play-securityfilter-1.0-javadoc.jar | 193 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.bcgdv.jwt/play-securityfilter/ -->
<dependency>
<groupId>com.bcgdv.jwt</groupId>
<artifactId>play-securityfilter</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.bcgdv.jwt/play-securityfilter/
implementation 'com.bcgdv.jwt:play-securityfilter:1.0'
// https://jarcasting.com/artifacts/com.bcgdv.jwt/play-securityfilter/
implementation ("com.bcgdv.jwt:play-securityfilter:1.0")
'com.bcgdv.jwt:play-securityfilter:jar:1.0'
<dependency org="com.bcgdv.jwt" name="play-securityfilter" rev="1.0">
<artifact name="play-securityfilter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.bcgdv.jwt', module='play-securityfilter', version='1.0')
)
libraryDependencies += "com.bcgdv.jwt" % "play-securityfilter" % "1.0"
[com.bcgdv.jwt/play-securityfilter "1.0"]
Group / Artifact | Type | Version |
---|---|---|
com.bcgdv.jwt : token-generation | jar | 1.1 |
com.bcgdv : play-apiclient | jar | 1.0 |
com.typesafe.play : play_2.11 | jar | 2.5.12 |
com.typesafe.akka : akka-stream-experimental_2.11 | jar | 2.0.4 |
org.reflections : reflections | jar | 0.9.9 |
com.simonmittag : cryptoutils | jar | 1.0 |
io.jsonwebtoken : jjwt | jar | 0.7.0 |
org.slf4j : slf4j-api | jar | 1.7.21 |
com.google.collections : google-collections | jar | 1.0 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
org.mockito : mockito-all | jar | 1.9.5 |