Skip to content

Latest commit

 

History

29 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JSON Web Tokens

This library implement signing and verification of JSON Web Tokens, or JWTs, based on RFC 7159.

Features

  • JWS tokens
  • JWE tokens
  • Sign
  • Verify
  • iss check
  • sub check
  • aud check
  • exp check
  • nbf check
  • iat check
  • jti check
  • typ check

Encryption algorithms:

  • HS256
  • HS384
  • HS512
  • PS256
  • PS384
  • PS512
  • RS256
  • RS384
  • RS512
  • ES256
  • ES256K
  • ES384
  • ES512
  • EdDSA

About

JSON Web Tokens for Zig

Resources

Stars

42 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages