Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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)