MCPcopy Create free account
hub / github.com/PlexPt/rocket-pt / JwtConfig

Class JwtConfig

src/main/java/com/rocketpt/server/config/JwtConfig.java:10–18  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8import cn.dev33.satoken.stp.StpLogic;
9
10@Configuration
11public class JwtConfig {
12
13 // Sa-Token 整合 jwt (Stateless 无状态模式)
14// @Bean
15// public StpLogic getStpLogicJwt() {
16// return new StpLogicJwtForStateless();
17// }
18}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected