snack-news / Snack-BE

5 stars 3 forks source link

update: security with jwt #177

Closed NESOY closed 4 years ago

NESOY commented 4 years ago

이런게 변경되었어요. 💍

To-do

Reference

chul-hyun commented 4 years ago

Hey @NESOY,
Your changes look good to me!

View build log

TravisBuddy Request Identifier: ee5cadf0-58a9-11ea-b677-2fec1221b3d5
codecov[bot] commented 4 years ago

Codecov Report

:exclamation: No coverage uploaded for pull request base (develop@2872bef). Click here to learn what that means. The diff coverage is 65.24%.

Impacted file tree graph

@@            Coverage Diff             @@
##             develop     #177   +/-   ##
==========================================
  Coverage           ?   18.71%           
  Complexity         ?       68           
==========================================
  Files              ?       64           
  Lines              ?      807           
  Branches           ?       40           
==========================================
  Hits               ?      151           
  Misses             ?      653           
  Partials           ?        3
Impacted Files Coverage Δ Complexity Δ
...java/com/snack/news/controller/MetaController.java 25% <ø> (ø) 1 <0> (?)
...rc/main/java/com/snack/news/config/CorsConfig.java 100% <100%> (ø) 2 <2> (?)
src/main/java/com/snack/news/dto/AuthDto.java 100% <100%> (ø) 5 <5> (?)
...ava/com/snack/news/security/jwt/JWTConfigurer.java 100% <100%> (ø) 2 <2> (?)
...ain/java/com/snack/news/config/SecurityConfig.java 100% <100%> (ø) 4 <4> (?)
...ava/com/snack/news/config/AppWebMvcConfigurer.java 100% <100%> (ø) 2 <1> (?)
...ain/java/com/snack/news/domain/user/Authority.java 27.27% <27.27%> (ø) 3 <3> (?)
...ck/news/security/SnakAuthenticationEntryPoint.java 28.57% <28.57%> (ø) 2 <2> (?)
...m/snack/news/security/SnakAccessDeniedHandler.java 28.57% <28.57%> (ø) 2 <2> (?)
.../java/com/snack/news/security/jwt/JWTProvider.java 41.3% <41.3%> (ø) 4 <4> (?)
... and 4 more

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 2872bef...e057939. Read the comment docs.