Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type AuthHandlers ¶
type AuthHandlers struct {
// contains filtered or unexported fields
}
func NewAuthHandlers ¶
func NewAuthHandlers(authService *services.AuthService) *AuthHandlers
func (*AuthHandlers) GetJWT ¶
func (h *AuthHandlers) GetJWT() *jwtauth.JWTAuth
func (*AuthHandlers) Login ¶
func (h *AuthHandlers) Login(r chi.Router)
func (*AuthHandlers) Logout ¶
func (h *AuthHandlers) Logout(r chi.Router)
func (*AuthHandlers) Signup ¶
func (h *AuthHandlers) Signup(r chi.Router)
Click to show internal directories.
Click to hide internal directories.