tree: 6fe4a648f6d5ac3319efc51b1cee08d13768b300 [path history] [tgz]
  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