You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
go-zero/example/jwt/user/user.json

11 lines
273 B
JSON

{
"Name": "example.user",
"Host": "localhost",
"Port": 8080,
"AccessSecret": "B63F477D-BBA3-4E52-96D3-C0034C27694A",
"AccessExpire": 1800,
"RefreshSecret": "14F17379-EB8F-411B-8F12-6929002DCA76",
"RefreshExpire": 3600,
"RefreshAfter": 600
}