Skip to content

jumpdrive-dev/jsonweb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jsonweb

Crate for JWT, JWA, and JWK with a focus on ease of use and simplicity.

Usage

I currently have no intentions to publish this to crates.io, so for now if you want to use this you can add as a git dependency using:

jsonweb = { git = "https://github.com/Jumpdrive-dev/jsonweb", tag = "1.0.0" }

Features

  • Simple JWT signing and verifying.
  • Implementation of common algorithms:
    • HS256
    • RS256
    • ES256
    • None
  • JWKs

About

Library for Json Web Tokens and alike with a focus on simplicity.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages