rajithd / spring-boot-oauth2

Spring Boot Oauth2 with H2 database
208 stars 166 forks source link

CustomLogoutSuccessHandler get wrong token part. #9

Open trubbio83 opened 8 years ago

trubbio83 commented 8 years ago

OAuth2AccessToken oAuth2AccessToken = tokenStore.readAccessToken(token.split(" ")[0]); should be token.split(" ")[1]