Add basicauth and password authenticators

This commit is contained in:
Jordan Liggitt
2014-11-24 17:43:59 -05:00
parent e82b88fed8
commit 3532be3c82
9 changed files with 366 additions and 2 deletions

View File

@@ -16,7 +16,7 @@ limitations under the License.
package user
// UserInfo describes a user that has been authenticated to the system.
// Info describes a user that has been authenticated to the system.
type Info interface {
// GetName returns the name that uniquely identifies this user among all
// other active users.