Versions in this module Expand all Collapse all v0 v0.1.1 Apr 22, 2026 v0.1.0 Apr 14, 2026 Changes in this version + type Handler struct + func NewAuthHandler(tokenKey, userHeader string) *Handler + func (h *Handler) CheckAuthToken(tokenStr string) *jwt.Token + func (h *Handler) GetLogin(w http.ResponseWriter, r *http.Request) + func (h *Handler) GetToken(w http.ResponseWriter, r *http.Request)