Skip to content

rupertchen/php-jwt-kit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Utilities for JSON Web Token (JWT)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages