Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

Decode and validate your JWT tokens.
https://github.com/alejandrosuero/go-jwt

Last synced: 14 days ago
JSON representation

Decode and validate your JWT tokens.

Awesome Lists containing this project

README

        

[![Stargazers][stars-shield]][stars-url]
[![Issues][issues-shield]][issues-url]
[![MIT License][license-shield]][license-url]

# Go-JWT


JWT logo

Decode and validate your [JWT](https://jwt.io) tokens in Go.

> [!WARNING]
>
> This is a work in progress. The CLI is not ready yet.

## Install

```bash
go install github.com/AlejandroSuero/go-jwt
```

### License

This project is released under the [MIT License](LICENSE), check the [LICENSE](LICENSE) more information.

[JWT-logo]: http://jwt.io/img/logo-asset.svg
[stars-shield]: https://img.shields.io/github/stars/AlejandroSuero/go-jwt.svg?style=for-the-badge
[stars-url]: https://github.com/AlejandroSuero/go-jwt/stargazers
[issues-shield]: https://img.shields.io/github/issues/AlejandroSuero/go-jwt.svg?style=for-the-badge
[issues-url]: https://github.com/AlejandroSuero/go-jwt/issues
[license-shield]: https://img.shields.io/github/license/AlejandroSuero/go-jwt.svg?style=for-the-badge
[license-url]: https://github.com/AlejandroSuero/go-jwt/blob/main/LICENSE