JWT 资料汇总
1. 官网:http://self-issued.info/docs/draft-ietf-oauth-json-web-token.html#rfc.appendix.A.1
2. 多说http://dev.duoshuo.com/docs/501e6ce1cff715f71800000d
3. Open source, the implantation of JWT: https://bitbucket.org/connect2id/nimbus-jose-jwt/wiki/Home
4. Java Example: https://github.com/AllenDingChen/duoshuo-JWTExample/blob/master/JAVA/src/com/duoshuo/JWT/Example.java
时间: 2024-12-19 20:13:41