Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/msgbyte/tailchat
/ jwtSecretKey
Method
jwtSecretKey
server/services/core/user/user.service.ts:273–275 ·
view source on GitHub ↗
* jwt秘钥
()
Source
from the content-addressed store, hash-verified
271
* jwt秘钥
272
*/
273
get jwtSecretKey() {
274
return
config.secret;
275
}
276
277
/**
278
* 生成hash密码
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected