Json Object Signin and Encryption (JOSE) for Kotlin
The main way of installing this library is
using jitpack.io
repositories {
// ...
mavenCentral()
maven("https://jitpack.io")
}
dependencies {
// Replace TAG with the desired version
implementation("org.cufy.josekt:josekt:TAG")
}