File tree Expand file tree Collapse file tree 4 files changed +3
-7
lines changed
java/br/com/grupo63/techchallenge/common/config Expand file tree Collapse file tree 4 files changed +3
-7
lines changed Original file line number Diff line number Diff line change 1
- package br .com .grupo63 .techchallenge .common .config ;
1
+ package br .com .grupo63 .techchallenge .common .config . auth . jwt ;
2
2
3
3
import io .jsonwebtoken .Claims ;
4
4
import jakarta .servlet .*;
Original file line number Diff line number Diff line change 1
- package br .com .grupo63 .techchallenge .common .config ;
1
+ package br .com .grupo63 .techchallenge .common .config . auth . jwt ;
2
2
3
3
import io .jsonwebtoken .Claims ;
4
4
import io .jsonwebtoken .JwtParser ;
Original file line number Diff line number Diff line change 1
- package br .com .grupo63 .techchallenge .common .config ;
1
+ package br .com .grupo63 .techchallenge .common .config . aws . ecs ;
2
2
3
3
import org .springframework .beans .factory .annotation .Value ;
4
4
import org .springframework .boot .actuate .info .Info ;
Original file line number Diff line number Diff line change 1
- jwt :
2
- token :
3
- key :
4
- public : " ${JWT_PUBLIC_KEY}"
You can’t perform that action at this time.
0 commit comments