Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type LogService ¶
LogService represents auth logging service
func New ¶
func New(svc auth.Service, logger gorsk.Logger) *LogService
New creates new auth logging service
func (*LogService) Authenticate ¶
func (ls *LogService) Authenticate(c echo.Context, user, password string) (resp *gorsk.AuthToken, err error)
Authenticate logging
Click to show internal directories.
Click to hide internal directories.