Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/ysuzuki19/rust-chibi-jwt

Selfmade simple JWT impl by Rust
https://github.com/ysuzuki19/rust-chibi-jwt

Last synced: 2 days ago
JSON representation

Selfmade simple JWT impl by Rust

Awesome Lists containing this project

README

        

# rust-chibi-jwt

Rust tiny JWT crate for self learning purposes.

chibi(ちび) means tiny in Japanese.

## Supported Algorithms

- HS256

## Features

- [x] custom payload
- [x] verify
- [x] sign
- [x] decode
- [x] encode