Skip to content

Commit

Permalink
[MERGE/#49] 구글 토큰 로깅 추가
Browse files Browse the repository at this point in the history
[FEAT] #49 - 구글 토큰 로깅 추가
  • Loading branch information
seokbeom00 authored Jul 9, 2024
2 parents c860f08 + 6913cbd commit c5e0069
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ public void delete(String id) throws IOException {

@Bean
public UserAuthorizer userAuthorizer(TokenStore tokenStore) throws IOException {
log.info("tlqkf token: " + tokenStore);
ClassPathResource resource = new ClassPathResource("json/credentials.json");
try (InputStream in = resource.getInputStream()) {
String credentialsContent = new String(in.readAllBytes());
Expand Down

0 comments on commit c5e0069

Please sign in to comment.