Utilities for JSON Web Token (JWT)
- Only support JWS Compact Serialization and JWE Compact Serialization
- For JWS, only support alg:HS256 and alg:none
- For JWE, only support ???
- 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