From 78c760f89899952fe4912d8869782c3a572d0221 Mon Sep 17 00:00:00 2001 From: xiekeyang Date: Fri, 18 Sep 2015 17:27:01 +0800 Subject: [PATCH] typo Signed-off-by: xiekeyang --- docs/spec/auth/token.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/spec/auth/token.md b/docs/spec/auth/token.md index 8563d7e56..5fa5a36d8 100644 --- a/docs/spec/auth/token.md +++ b/docs/spec/auth/token.md @@ -350,7 +350,7 @@ Token has 3 main parts: 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