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
}
AuthService is the implementation of our Authentication
func NewAuthService ¶
func NewAuthService(logger hclog.Logger, configs *utils.Configurations) *AuthService
NewAuthService returns a new instance of the auth service
func (*AuthService) Authenticate ¶
Authenticate checks the user credentials in request against the db and authenticates the request
Click to show internal directories.
Click to hide internal directories.