License |
License |
---|---|
GroupId | GroupIdio.curity |
ArtifactId | ArtifactIdoauth-filter |
Last Version | Last Version3.0.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionOAuth API Filter
A Servlet Filter that authenticates and authorizes requests using OAuth access tokens of various kinds.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
oauth-filter-3.0.0.pom | |
oauth-filter-3.0.0.jar | 50 KB |
oauth-filter-3.0.0-sources.jar | 37 KB |
oauth-filter-3.0.0-javadoc.jar | 444 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.curity/oauth-filter/ -->
<dependency>
<groupId>io.curity</groupId>
<artifactId>oauth-filter</artifactId>
<version>3.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.curity/oauth-filter/
implementation 'io.curity:oauth-filter:3.0.0'
// https://jarcasting.com/artifacts/io.curity/oauth-filter/
implementation ("io.curity:oauth-filter:3.0.0")
'io.curity:oauth-filter:jar:3.0.0'
<dependency org="io.curity" name="oauth-filter" rev="3.0.0">
<artifact name="oauth-filter" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.curity', module='oauth-filter', version='3.0.0')
)
libraryDependencies += "io.curity" % "oauth-filter" % "3.0.0"
[io.curity/oauth-filter "3.0.0"]
Group / Artifact | Type | Version |
---|---|---|
javax.servlet : javax.servlet-api | jar | 4.0.1 |
javax.json : javax.json-api | jar | 1.1.4 |
org.apache.httpcomponents : httpclient Optional | jar | 4.5.13 |
Group / Artifact | Type | Version |
---|---|---|
com.owlike : genson | jar | 1.6 |
junit : junit | jar | 4.13.2 |
org.mockito : mockito-core | jar | 3.10.0 |
org.apache.logging.log4j : log4j-core | jar | |
org.apache.logging.log4j : log4j-jul | jar | |
org.apache.logging.log4j : log4j-jcl | jar | |
org.bitbucket.b_c : jose4j | jar | 0.7.7 |