atlassian-jwt-core

Atlassian Jwt Core

License

License

GroupId

GroupId

io.toolsplus
ArtifactId

ArtifactId

atlassian-jwt-core_2.11
Last Version

Last Version

0.1.6
Release Date

Release Date

Type

Type

jar
Description

Description

atlassian-jwt-core
Atlassian Jwt Core
Project URL

Project URL

https://github.com/toolsplus/atlassian-jwt
Project Organization

Project Organization

io.toolsplus
Source Code Management

Source Code Management

https://github.com/toolsplus/atlassian-jwt

Download atlassian-jwt-core_2.11

How to add to project

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

Dependencies

compile (5)

Group / Artifact Type Version
org.scala-lang : scala-library jar 2.11.12
io.toolsplus : atlassian-jwt-api_2.11 jar 0.1.6
org.typelevel : cats-core_2.11 jar 1.2.0
com.nimbusds : nimbus-jose-jwt jar 6.0
org.bouncycastle : bcpg-jdk15on jar 1.60

test (7)

Group / Artifact Type Version
io.toolsplus : atlassian-jwt-generators_2.11 jar 0.1.6
org.scalacheck : scalacheck_2.11 jar 1.14.0
com.47deg : scalacheck-toolbox-datetime_2.11 jar 0.2.5
org.scalatest : scalatest_2.11 jar 3.0.5
io.circe : circe-core_2.11 jar 0.9.3
io.circe : circe-parser_2.11 jar 0.9.3
io.circe : circe-optics_2.11 jar 0.9.3

Project Modules

There are no modules declared in this project.

Atlassian JWT

Build Status codecov Maven Central

Utilities to read, validate and generate valid Atlassian JWTs. Atlassian tokens are identical to regular JWTs with the exception of a few custom claims, such as qsh claim.

Quick start

atlassian-jwt is published to Maven Central for cross-built and published for Scala 2.11, 2.12 and 2.13, so you can just add the following to your build:

libraryDependencies += "io.toolsplus" %% "atlassian-jwt" % "x.x.x"

Read JWT

Validate JWT

Write JWT

Contributing

Pull requests are always welcome. Please follow the contribution guidelines.

License

atlassian-jwt is licensed under the Apache License, Version 2.0 (the "License"); you may not use this software except in compliance with the License.

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

io.toolsplus

ToolsPlus

Versions

Version
0.1.6
0.1.0
0.0.2
0.0.1