Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/baiwumm/react-admin
/
Class
Xmw_server/src/modules/auth/jwt.strategy.ts:10–10 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
8
9
@Injectable()
10
export
class
JwtStrategy extends PassportStrategy(Strategy) {
11
constructor() {
12
super({
13
// 提供从请求中提取 JWT 的方法。我们将使用在 API 请求的授权头中提供token的标准方法
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected