Feat: jwt token加密算法由ES256更换为HS256

This commit is contained in:
2022-04-03 13:29:47 +08:00
parent ec4c957b25
commit e1f6d3c822
8 changed files with 34 additions and 188 deletions

5
config/defaults.go Normal file
View File

@@ -0,0 +1,5 @@
package config
var DefCfg = Config{
Version: "0.0.1-dev",
}