issues
search
Coffee-Street
/
strada
api server
MIT License
2
stars
2
forks
source link
profile access
#81
Closed
whdqhdqkr
closed
2 years ago
whdqhdqkr
commented
2 years ago
login할 때마다 access 문제가 발생
원인은 profile을 생성하는 게 문제였음
profile 생성은 먼저 조회 후 없을 때만 처리하도록 함
profile api에서 parameter로 profile을 요구하는데 FE에서 profile의 id는 알 수 없으므로 token에 들어있는 값으로 처리할 수 있게 수정함
What this PR does / why we need it:
Which issue/s this PR fixes
How Has This Been Tested?
Checklist:
[ ] My change requires a change to the documentation.
[ ] I have updated the documentation accordingly.
[ ] I have added tests to cover my changes.
[ ] All new and existing tests passed.
What this PR does / why we need it:
Which issue/s this PR fixes
How Has This Been Tested?
Checklist: