package
0.0.0-20240830021714-fabdde3a20b0
Repository: https://github.com/fpnl/go-sample.git
Documentation: pkg.go.dev
# Functions
No description provided by the author
No description provided by the author
GenTokenAlgRS256 privateKey 產生方式如下: signKey, err := jwt.ParseRSAPrivateKeyFromPEM(bytes.NewBufferString(privateKey).Bytes()) if err != nil { return "", errors.Wrapf(err, "jwt.ParseRSAPrivateKeyFromPEM") }.
No description provided by the author
No description provided by the author