Versions in this module Expand all Collapse all v1 v1.4.3 Feb 13, 2019 Changes in this version + type Client interface + CreateUser func(id string, user *UserData) error + DeleteUser func(id string) error + UpdateUser func(id string, update func(user *UserData) error) error + type UserData struct + ExtraClaims auth.ExtraClaims + PasswordHash string