Skip to content

sawano/otp-google-key-uri

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

otp-google-key-uri

A Java implementation of the Google Key Uri specification for OTP (One-Time Password):

Description

A strictly defined implementation of the Key Uri spec. The main goal of this lib is to provide a representation that is easy to work with and hard to use in the wrong way.

Releases

Releases are available at the Maven central repository. Or you can just use the source code/binaries directly from GitHub if you prefer that.

Maven

<dependency>
    <groupId>se.sawano.java.security</groupId>
    <artifactId>otp-google-key-uri</artifactId>
    <version>0.0.1</version>
</dependency>

Gradle

'se.sawano.java.security:otp-google-key-uri:0.0.1'