Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewAuthHandler ¶
func NewAuthHandler(e *echo.Group, r *echo.Group, us domain.AuthUsecase, logger *utils.Logrus)
NewAuthHandler will initialize the contents/ resources endpoint
Types ¶
type AuthHandler ¶
type AuthHandler struct { AUsecase domain.AuthUsecase Logger *utils.Logrus }
AuthHandler ...
func (*AuthHandler) GetPermissions ¶
func (h *AuthHandler) GetPermissions(c echo.Context) error
func (*AuthHandler) JSiteGenerateToken ¶
func (h *AuthHandler) JSiteGenerateToken(c echo.Context) error
func (*AuthHandler) RefreshToken ¶
func (h *AuthHandler) RefreshToken(c echo.Context) error
Click to show internal directories.
Click to hide internal directories.