feat(customer vue, customer-gateway-service): SSL 적용

- customer vue SSL적용
- customer gateway service SSL적용
This commit is contained in:
hoon7566
2022-03-04 14:47:50 +09:00
parent 8363836299
commit f1ecaec79c
9 changed files with 78 additions and 6 deletions

View File

@@ -106,7 +106,7 @@ public class OAuthService implements OAuth2UserService<OAuth2UserRequest, OAuth2
.collect(Collectors.toList()));
Date expiredTime = jwtTokenProvider.getExpiredTime(accessToken);
response.sendRedirect("http://just-pickup.com:8080/auth?" +
response.sendRedirect("https://just-pickup.com:8080/auth?" +
"accessToken="+accessToken+
"&expiredTime="+new SimpleDateFormat("yyyy-MM-dd HH:mm:ss").format(expiredTime));