Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[KAN-10] security & jwt 세팅 #8

Merged
merged 2 commits into from
Mar 31, 2024
Merged

[KAN-10] security & jwt 세팅 #8

merged 2 commits into from
Mar 31, 2024

Conversation

sinkyoungdeok
Copy link
Member

No description provided.

@sinkyoungdeok sinkyoungdeok self-assigned this Mar 31, 2024
@github-actions github-actions bot requested a review from goathoon March 31, 2024 17:06
Copy link

Code Coverage

File Coverage [31.15%]
src/main/kotlin/com/restaurant/be/common/config/JwtSecurityConfig.kt 100.00%
src/main/kotlin/com/restaurant/be/common/config/RedisConfig.kt 100.00%
src/main/kotlin/com/restaurant/be/common/config/SecurityConfig.kt 100.00%
src/main/kotlin/com/restaurant/be/common/converter/SeparatorConverter.kt 33.33%
src/main/kotlin/com/restaurant/be/common/exception/GlobalExceptionHandler.kt 3.45%
src/main/kotlin/com/restaurant/be/common/exception/ServerException.kt 0.00%
src/main/kotlin/com/restaurant/be/common/jwt/JwtAccessDeniedHandler.kt 50.00%
src/main/kotlin/com/restaurant/be/common/jwt/JwtAuthenticationEntryPoint.kt 66.67%
src/main/kotlin/com/restaurant/be/common/jwt/JwtFilter.kt 55.56%
src/main/kotlin/com/restaurant/be/common/jwt/JwtUserRepositoryImpl.kt 25.00%
src/main/kotlin/com/restaurant/be/common/jwt/Role.kt 0.00%
src/main/kotlin/com/restaurant/be/common/jwt/TokenProvider.kt 14.29%
src/main/kotlin/com/restaurant/be/common/password/PasswordService.kt 0.00%
src/main/kotlin/com/restaurant/be/common/redis/RedisRepository.kt 37.50%
src/main/kotlin/com/restaurant/be/common/response/Token.kt 0.00%
src/main/kotlin/com/restaurant/be/hello/presentation/controller/HelloController.kt 75.00%
src/main/kotlin/com/restaurant/be/user/domain/entity/User.kt 100.00%
src/main/kotlin/com/restaurant/be/user/domain/service/SignInUserService.kt 23.53%
src/main/kotlin/com/restaurant/be/user/domain/service/SignUpUserService.kt 21.05%
src/main/kotlin/com/restaurant/be/user/presentation/controller/SignInUserController.kt 50.00%
src/main/kotlin/com/restaurant/be/user/presentation/controller/SignUpUserController.kt 50.00%
src/main/kotlin/com/restaurant/be/user/presentation/dto/SignInUserDto.kt 0.00%
src/main/kotlin/com/restaurant/be/user/presentation/dto/SignUpUserDto.kt 0.00%
src/main/kotlin/com/restaurant/be/user/presentation/dto/common/UserDto.kt 0.00%
Total Project Coverage 39.34%

@sinkyoungdeok sinkyoungdeok merged commit 135351e into main Mar 31, 2024
3 checks passed
@sinkyoungdeok sinkyoungdeok deleted the KAN-10 branch March 31, 2024 17:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant