Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/textileio/jwt-go-eddsa
EdDSA signing method for jwt-go
https://github.com/textileio/jwt-go-eddsa
eddsa eddsa25519 jwt
Last synced: about 1 month ago
JSON representation
EdDSA signing method for jwt-go
- Host: GitHub
- URL: https://github.com/textileio/jwt-go-eddsa
- Owner: textileio
- License: mit
- Created: 2021-04-13T21:50:06.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-07-27T12:33:21.000Z (over 3 years ago)
- Last Synced: 2024-06-21T01:42:22.541Z (7 months ago)
- Topics: eddsa, eddsa25519, jwt
- Language: Go
- Homepage:
- Size: 19.5 KB
- Stars: 0
- Watchers: 5
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# jwt-go-eddsa
[![Made by Textile](https://img.shields.io/badge/made%20by-Textile-informational.svg?style=popout-square)](https://textile.io)
[![Chat on Slack](https://img.shields.io/badge/slack-slack.textile.io-informational.svg?style=popout-square)](https://slack.textile.io)
[![GitHub license](https://img.shields.io/github/license/textileio/jwt-go-eddsa.svg?style=popout-square)](./LICENSE)
[![Go Report Card](https://goreportcard.com/badge/github.com/textileio/jwt-go-eddsa?style=flat-square)](https://goreportcard.com/report/github.com/textileio/jwt-go-eddsa?style=flat-square)
[![GitHub action](https://github.com/textileio/jwt-go-eddsa/workflows/Test/badge.svg?style=popout-square)](https://github.com/textileio/jwt-go-eddsa/actions)
[![standard-readme compliant](https://img.shields.io/badge/readme%20style-standard-brightgreen.svg?style=popout-square)](https://github.com/RichardLitt/standard-readme)> EdDSA signing method for [jwt-go](https://github.com/dgrijalva/jwt-go)
## Table of Contents
* [Install](#install)
* [Contributing](#contributing)
* [License](#license)## Install
```
go get github.com/textileio/jwt-go-eddsa
```## Contributing
Pull requests and bug reports are very welcome ❤️
This repository falls under the Textile [Code of Conduct](./CODE_OF_CONDUCT.md).
## License
[MIT](LICENSE)