tree: 87b49e145bcdc281c00f3ba6f0612ba186ce15cb [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