mirror of https://gitee.com/maxjhandsome/pig
fixed:使用refresh_token Invalid refresh token
This commit is contained in:
parent
3a0e40a4cc
commit
4406cf5b77
|
@ -52,6 +52,7 @@ public class PigAuthorizationConfig extends AuthorizationServerConfigurerAdapter
|
|||
.tokenStore(new RedisTokenStore(redisConnectionFactory))
|
||||
.accessTokenConverter(jwtAccessTokenConverter())
|
||||
.authenticationManager(authenticationManager)
|
||||
.reuseRefreshTokens(false)
|
||||
.userDetailsService(userDetailsService);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue