Versions in this module Expand all Collapse all v0 v0.0.2 Sep 22, 2022 Changes in this version + type BaseController struct + func (c *BaseController) GetJwtKey() string + type TokenController struct + func (c *TokenController) CreateToken(w http.ResponseWriter, r *http.Request) + func (c *TokenController) CreateTokenByRsa(w http.ResponseWriter, r *http.Request) + func (c *TokenController) TestRsaToken(w http.ResponseWriter, r *http.Request) + func (c *TokenController) TestToken(w http.ResponseWriter, r *http.Request)