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 (*AuthService) Auth ¶
func (s *AuthService) Auth(reqDTO dto.AuthRequest) (token string, err error)
Auth will check raw credentials and generate a new access token for given user.
type Authenticator ¶
Click to show internal directories.
Click to hide internal directories.