An open API service indexing awesome lists of open source software.

https://github.com/tideland/go-jwt

Security for web application using the JSON Web Token.
https://github.com/tideland/go-jwt

go golang jwt webapp

Last synced: about 2 months ago
JSON representation

Security for web application using the JSON Web Token.

Awesome Lists containing this project

README

          

# Tideland Go JSON Web Token

[![GitHub release](https://img.shields.io/github/release/tideland/go-jwt.svg)](https://github.com/tideland/go-jwt)
[![GitHub license](https://img.shields.io/badge/license-New%20BSD-blue.svg)](https://raw.githubusercontent.com/tideland/go-jwt/master/LICENSE)
[![Go Module](https://img.shields.io/github/go-mod/go-version/tideland/go-jwt)](https://github.com/tideland/go-jwt/blob/master/go.mod)
[![GoDoc](https://godoc.org/tideland.dev/go/jwt?status.svg)](https://pkg.go.dev/mod/tideland.dev/go/jwt?tab=packages)
![Workflow](https://github.com/tideland/go-jwt/actions/workflows/go.yml/badge.svg)
[![Go Report Card](https://goreportcard.com/badge/github.com/tideland/go-jwt)](https://goreportcard.com/report/tideland.dev/go/jwt)

## Description

**Tideland Go JSON Web Token** provides a complete JWT including generation, verification, analyzing,
and caching.

I hope you like it. ;)

## Contributors

- Frank Mueller (https://github.com/themue / https://github.com/tideland / https://tideland.dev)