Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/ysuzuki19/rust-chibi-jwt
- Owner: ysuzuki19
- License: mit
- Created: 2024-08-29T13:44:21.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-08-30T20:35:33.000Z (4 months ago)
- Last Synced: 2024-12-17T19:03:09.820Z (10 days ago)
- Language: Rust
- Size: 19.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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