728x90
2023-08-11 04:14:46.858 3948-4126 NaverOAuth...Connection com.atlas.moyamo I response status code:200
2023-08-11 04:14:46.927 3948-3948 System.out com.atlas.moyamo I accessToken is AAAAN5Z6D5+Ji+VL6Ef577RT9H6S9d1X0fHf6QJx6PpcduBu48urbqxg3x0vz6aaO4tEoc8O4fnbD6lsEDs/wnjcOzI=
2023-08-11 04:14:46.927 3948-3948 System.out com.atlas.moyamo I refreshToken is TlejyY5Q9cbuZTooIxFrn41qvEoLipBKT1g8JiiUUis01C9pngEkWsgoMisjoiiYSeisMlJisE32UE2cQeL18cQ2jKtxip53JmN9Pq4zHuJl8pKxQWf0GOz6UVyPca7Q8xq3yIar
2023-08-11 04:14:46.927 3948-3948 System.out com.atlas.moyamo I expiresAt is AAAAN5Z6D5+Ji+VL6Ef577RT9H6S9d1X0fHf6QJx6PpcduBu48urbqxg3x0vz6aaO4tEoc8O4fnbD6lsEDs/wnjcOzI=
2023-08-11 04:14:46.927 3948-3948 System.out com.atlas.moyamo I tokenType is bearer
Logcat 에서 주어지는 accessToken 은 굉장히 긴 반면에 spring 단에서 인식되는 accessToken 은 굉장히 짧은 부분을 보이고 있다.
아마 세션간의 문제라면 이 부분에서 spring 이 가져다 쓰는 부분에 문제가 생기거나 뭔가 착오가 생기는 모양인데, 추적 포인트를 바꿔야 할 것 같다
2023-08-11 04:14:47.412 3948-3948 System.out com.atlas.moyamo I main setup userId is 1799455, user accessToken is 87e96dfbfe8d4d7d98d186720b6be80e, provider is naver
2023-08-11 04:14:47.440 3948-4954 System.out com.atlas.moyamo I okhttp ResponseInterceptor pre synchronized - http://v2/users/me
2023-08-11 04:14:47.440 3948-4954 System.out com.atlas.moyamo I ResponseInterceptor isExpiredTime 2023-09-09 19:14:47 - 1 - http://v2/users/me
2023-08-11 04:14:47.443 3948-4954 System.out com.atlas.moyamo I call bearer token Bearer 87e96dfbfe8d4d7d98d186720b6be80e
여기서 인식되는건 87 기반의 id 인데 위에는 왜 저렇게 되어있는걸까
추가적인 증상 발견
naver, OAuth 기반의 Id 에서 로그인이 해제되어 있을 때 shop에서 프로필 조회 end-point 를 불러오면 이후 로그인이 되는 현상이 발견되었다.
{{HOST}}/v2/shops/users/me
'Java > Spring Boot JPA' 카테고리의 다른 글
[Spring] DB커넥션풀과 Hikari CP 알아보기 (62) | 2023.08.30 |
---|---|
[Slack] Monitoring Service 만들기 with Slack (0) | 2023.08.20 |
[Trouble Shooting] Shop Credential released issue (0) | 2023.08.05 |
[Trouble Shooting] AopInvocationException Handling (0) | 2023.08.03 |
[Slack] 2.10.0 은 작동하지 않는다 -> 1.30.0 으로 납치 (0) | 2023.07.20 |