Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 1.12 KB

File metadata and controls

23 lines (16 loc) · 1.12 KB

dnstxtjwt

A Go library for creating and using JWTs via DNS TXT records.

Build Status codecov Go Report Card Apache V2 License GitHub Release GoDoc

Features

  • Able to create a DNS TXT record from a []byte (presumed to be a JWT).
  • Client is able to resolve and return the JWT if valid.

Installation

To install the library, use go get:

go get github.com/xmidt-org/dnstxtjwt