tree: 3b2b9be234f54470ed8fcb840de2a1852ed8375d
  1. src/
  2. test/
  3. .gitignore
  4. LICENSE
  5. README.md
  6. rebar.config
src/jwtf/README.md

jwtf

JSON Web Token Functions

This library provides JWT parsing and validation functions

Supports;

  • Verify
  • RS256
  • RS384
  • RS512
  • HS256
  • HS384
  • HS512
  • ES256
  • ES384
  • ES512