Signed-off-by: xiekeyang <xiekeyang@huawei.com>
This commit is contained in:
xiekeyang 2015-09-18 17:27:01 +08:00
parent f651c5d68e
commit 78c760f898

View file

@ -350,7 +350,7 @@ Token has 3 main parts:
and the Claim Set from above would be and the Claim Set from above would be
``` ```
{"iss":"auth.docker.com","sub":"jlhawn","aud":"registry.docker.com","exp":1415387315,"nbf":1415387015,"iat":1415387015,"jti":"tYJCO1c6cnyy7kAn0c7rKPgbV1H1bFws","access":[{"type":"repository","name":"samalba/my-app","actions":["push"]}]} {"iss":"auth.docker.com","sub":"jlhawn","aud":"registry.docker.com","exp":1415387315,"nbf":1415387015,"iat":1415387015,"jti":"tYJCO1c6cnyy7kAn0c7rKPgbV1H1bFws","access":[{"type":"repository","name":"samalba/my-app","actions":["push","pull"]}]}
``` ```
The utf-8 representation of this JOSE header and Claim Set are then The utf-8 representation of this JOSE header and Claim Set are then