-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* feat : JwtTokenResponse 구현 * refactor : 1년 동안 유요한 토큰 발급 * refactor : Jwt 토큰을 바디에 리턴하도록 변경
- Loading branch information
1 parent
4df209f
commit 23c1d22
Showing
4 changed files
with
12 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
3 changes: 3 additions & 0 deletions
3
...on/src/main/java/org/depromeet/spot/application/member/dto/response/JwtTokenResponse.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
package org.depromeet.spot.application.member.dto.response; | ||
|
||
public record JwtTokenResponse(String jwtToken) {} |
10 changes: 0 additions & 10 deletions
10
...tion/src/main/java/org/depromeet/spot/application/member/dto/response/MemberResponse.java
This file was deleted.
Oops, something went wrong.