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: 8 months 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 (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-07-27T12:33:21.000Z (almost 5 years ago)
- Last Synced: 2025-03-24T16:14:11.644Z (over 1 year ago)
- Topics: eddsa, eddsa25519, jwt
- Language: Go
- Homepage:
- Size: 19.5 KB
- Stars: 0
- Watchers: 4
- 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
[](https://textile.io)
[](https://slack.textile.io)
[](./LICENSE)
[](https://goreportcard.com/report/github.com/textileio/jwt-go-eddsa?style=flat-square)
[](https://github.com/textileio/jwt-go-eddsa/actions)
[](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)