Skip to content

june6723/Voxmon-frontend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Voxmon Client

오픈 음성채팅 서비스 구현을 위한 SSAC 팀프로젝트
Express.js + MySQL

라이브러리

react-router-dom react-redux redux redux-actions immutable styled-components open-color

가입

POST /auth/register
Content-Type: application/jso
{
  "username"
  "email"
  "password"
}

로그인

POST /auth/login 
input: {
  email
  password
}

output: {
  accessToken
  refreshToken
}

로그아웃

DELETE /auth/logout
input: 없음 토큰만 헤더에 심어서 보내면됨
output: 없음 클라이언트에서 쿠키로 심어진 토큰삭제

토큰 갱신

POST /auth/refresh-token
input: 없음 토큰만 헤더에 심어서 보내면됨
output: {
  accessToken
  refreshToken
}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published