Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AuthService ¶
type AuthService struct {
// contains filtered or unexported fields
}
func NewAuthService ¶
func NewAuthService(repo repositories.UserWriteRepository, factory *factories.UserFactory) *AuthService
func (*AuthService) Authenticate ¶
func (svc *AuthService) Authenticate(login, password string) (u *domain.User, err error)
Click to show internal directories.
Click to hide internal directories.