Skip to content
This repository has been archived by the owner on May 25, 2021. It is now read-only.

Latest commit

 

History

History
18 lines (14 loc) · 186 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 186 Bytes

jwtf

JSON Web Token Functions

This library provides JWT parsing and validation functions

Supports;

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