We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f7178a commit 8a644d3Copy full SHA for 8a644d3
README.md
@@ -157,4 +157,6 @@ An exception (`\Psecio\Jwt\Exception\InvalidKeyException`) will be thrown if the
157
158
### Documentation for JSON Web Tokens
159
160
-- [Draft IETF](http://self-issued.info/docs/draft-ietf-oauth-json-web-token.html)
+- [JWT Draft IETF](http://self-issued.info/docs/draft-ietf-oauth-json-web-token.html)
161
+- [JWS Draft](https://tools.ietf.org/html/draft-ietf-jose-json-web-signature)
162
+- [JWE Draft](https://tools.ietf.org/html/draft-ietf-jose-json-web-encryption)
0 commit comments