Add specification for using oauth with the token server

Signed-off-by: Derek McGowan <derek@mcgstyle.net> (github: dmcgowan)
This commit is contained in:
Derek McGowan 2016-02-11 13:55:23 -08:00
parent bf991fec01
commit d8b59ab637
3 changed files with 155 additions and 8 deletions

View file

@ -8,5 +8,6 @@ keywords = ["registry, on-prem, images, tags, repository, distribution, authenti
# Docker Registry v2 authentication
See the [Token Authentication Specification](token.md) and
[Token Authentication Implementation](jwt.md) for more information.
See the [Token Authentication Specification](token.md),
[Token Authentication Implementation](jwt.md), and
[OAuth2 Token Authentication](oauth.md) for more information.