Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/alejandrosuero/go-jwt
- Owner: AlejandroSuero
- License: mit
- Created: 2024-09-13T21:29:25.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-09-14T09:44:07.000Z (3 months ago)
- Last Synced: 2024-10-19T11:15:36.416Z (2 months ago)
- Language: Go
- Size: 19.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
[![Stargazers][stars-shield]][stars-url]
[![Issues][issues-shield]][issues-url]
[![MIT License][license-shield]][license-url]# Go-JWT
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