https://github.com/xmidt-org/dnstxtjwt
A library that makes fetching a JWT from a DNS TXT record simple to do.
https://github.com/xmidt-org/dnstxtjwt
Last synced: 2 months ago
JSON representation
A library that makes fetching a JWT from a DNS TXT record simple to do.
- Host: GitHub
- URL: https://github.com/xmidt-org/dnstxtjwt
- Owner: xmidt-org
- License: apache-2.0
- Created: 2025-01-04T23:38:34.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2025-03-04T06:49:46.000Z (3 months ago)
- Last Synced: 2025-03-04T07:35:03.628Z (3 months ago)
- Language: Go
- Size: 55.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# dnstxtjwt
A Go library for creating and using JWTs via DNS TXT records.
[](https://github.com/xmidt-org/dnstxtjwt/actions/workflows/ci.yml)
[](https://codecov.io/gh/xmidt-org/dnstxtjwt)
[](https://goreportcard.com/report/github.com/xmidt-org/dnstxtjwt)
[](https://github.com/xmidt-org/dnstxtjwt/blob/main/LICENSE)
[](https://github.com/xmidt-org/dnstxtjwt/releases)
[](https://pkg.go.dev/github.com/xmidt-org/dnstxtjwt)## 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`:
```sh
go get github.com/xmidt-org/dnstxtjwt
```