Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 440 Bytes

README.md

File metadata and controls

17 lines (14 loc) · 440 Bytes

php-jwt-kit

Utilities for JSON Web Token (JWT)

Limitations

  • Only support JWS Compact Serialization and JWE Compact Serialization
  • For JWS, only support alg:HS256 and alg:none
  • For JWE, only support ???

TODO

  • separate services
  • consider rename of JWT to JWS to be correct
  • Reference JWA spec in algorithm factory
  • Evaluate if Headers is necessary
  • Replace key with JWK
  • Add links to specs in readme