Last Version

Sample Authorization Microservice 1.1.18

This microservice is used to do provide an authorization endpoint. It acts as an OAuth token handler to handle JWT, access token and refresh token grant types.

License

License

Categories

Categories

Net
GroupId

GroupId

net.trajano.ms.app
ArtifactId

ArtifactId

sample-authz
Version

Version

1.1.18
Type

Type

jar
Description

Description

Sample Authorization Microservice
This microservice is used to do provide an authorization endpoint. It acts as an OAuth token handler to handle JWT, access token and refresh token grant types.
Project Organization

Project Organization

Trajano

Download sample-authz 1.1.18


<!-- https://jarcasting.com/artifacts/net.trajano.ms.app/sample-authz/ -->
<dependency>
    <groupId>net.trajano.ms.app</groupId>
    <artifactId>sample-authz</artifactId>
    <version>1.1.18</version>
</dependency>
// https://jarcasting.com/artifacts/net.trajano.ms.app/sample-authz/
implementation 'net.trajano.ms.app:sample-authz:1.1.18'
// https://jarcasting.com/artifacts/net.trajano.ms.app/sample-authz/
implementation ("net.trajano.ms.app:sample-authz:1.1.18")
'net.trajano.ms.app:sample-authz:jar:1.1.18'
<dependency org="net.trajano.ms.app" name="sample-authz" rev="1.1.18">
  <artifact name="sample-authz" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.trajano.ms.app', module='sample-authz', version='1.1.18')
)
libraryDependencies += "net.trajano.ms.app" % "sample-authz" % "1.1.18"
[net.trajano.ms.app/sample-authz "1.1.18"]

Dependencies

compile (2)

Group / Artifact Type Version
net.trajano.ms.app : ms-common-auth jar 1.1.18
net.trajano.ms.app : ms-common jar 1.1.18

runtime (1)

Group / Artifact Type Version
net.trajano.ms.app : ms-common-impl jar 1.1.18

test (1)

Group / Artifact Type Version
org.springframework.boot : spring-boot-starter-test jar 1.5.10.RELEASE

Project Modules

There are no modules declared in this project.