distribution/registry/auth/token
Noah Treuhaft 91f268e5a5 Downgrade token auth JWT logging from error to info
The token auth package logs JWT validation and verification failures at
the `error` level.  But from the server's perspective, these aren't
errors.  They're the expected response to bad input.  Logging them at
the `info` level better reflects that distinction.

Signed-off-by: Noah Treuhaft <noah.treuhaft@docker.com>
2016-09-07 10:45:06 -07:00
..
accesscontroller.go auth.AccessController interface now uses distribution/context 2015-07-23 19:48:47 -07:00
stringset.go Move auth package under registry package 2015-02-10 17:34:04 -08:00
token.go Downgrade token auth JWT logging from error to info 2016-09-07 10:45:06 -07:00
token_test.go Add leeway to JWT nbf and exp checking 2016-07-18 17:47:30 -07:00
util.go fix some typos in source comments 2015-04-17 12:39:52 +00:00