-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: body에 토큰 정보를 보내지 않고 url에 보내도록 수정
redirect url 방식으로 토큰을 응답하기에 일반적으로 프론트에서 body정보를 받아올 수 없었다. 따라서 url에 담아 redirect 시키면 프론트의 redirect 된 페이지에서 정보를 받아오게 하였다. 다만 이 방식은 보안에 취약하므로 추후 cookie방식으로 변경할 예정이다.
- Loading branch information
1 parent
0e0a2fd
commit 94c462b
Showing
1 changed file
with
13 additions
and
3 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