Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

사용자 회원가입 및 로그인(API) #5

Open
2 of 4 tasks
K-0joo opened this issue Aug 29, 2024 · 0 comments · Fixed by #17
Open
2 of 4 tasks

사용자 회원가입 및 로그인(API) #5

K-0joo opened this issue Aug 29, 2024 · 0 comments · Fixed by #17
Assignees
Labels

Comments

@K-0joo
Copy link
Contributor

K-0joo commented Aug 29, 2024

Issue 타입(하나 이상의 Issue 타입을 선택해주세요)

  • 기능 추가
  • 기능 삭제
  • 버그 수정
  • 의존성, 환경 변수, 빌드 관련 코드 업데이트

상세 내용

  • 사용자 회원 가입시 사용되는 API입니다.
  • 계정명은 unique합니다.
  • 비밀번호는 암호화합니다.
  • 사용자 로그인시 사용되는 API입니다.
  • 계정, 비밀번호로 로그인 시 JWT가 발급됩니다.
  • 이후 모든 API 요청 Header에 JWT가 항시 포함되며, JWT 유효성 검증합니다.
  • 사용자 설정 업데이트시 사용되는 API 입니다.
  • 사용자의 위치 인 위도, 경도를 업데이트 합니다.
  • 점심 추천 기능 사용 여부를 업데이트 합니다.
  • 사용자 정보 조회시 사용되는 API입니다.
  • 패스워드를 제외한 모든 사용자 정보를 반환합니다.
@K-0joo K-0joo self-assigned this Aug 29, 2024
@K-0joo K-0joo added the feat label Aug 29, 2024
@K-0joo K-0joo changed the title 사용자 회원가입(API) 사용자 회원가입(API) 및 로그인 Sep 2, 2024
@rhaehf rhaehf linked a pull request Sep 2, 2024 that will close this issue
4 tasks
@K-0joo K-0joo changed the title 사용자 회원가입(API) 및 로그인 사용자 회원가입 및 로그인(API) Sep 2, 2024
@rhaehf rhaehf linked a pull request Sep 3, 2024 that will close this issue
5 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant