Actions
New Function #75
closed[API] Authentication
Description
0.API spec
- refer to Authentication sheet on #32-20230713
1.[API] Change Password (PUT /api/set_passwd)
1) Parameter
- password : required -> not required (apply swagger object too)
2) PROCESS
- if password param is empty, skip current password checking of the user
2.[API] SNS 로그인 (sns login) (NEW)
- URL : POST /api/sns_login
- add into permitAll
3.[API] 임시 Access Token 생성 (create temporary access token) (NEW)
- URL : POST /api/create_access_token
- add into permitAll
Updated by bryant bryant over 1 year ago
- Status changed from New to Resolved
- Assignee changed from bryant bryant to Deca Park
Updated by Deca Park over 1 year ago
[API] SNS 로그인 API (POST /api/sns_login)
1.Spec : Authentication sheet on #32-20230717
2.RequestBody parameter
1) username : REMOVE
3.process
1) logic (Change)
- refer to spec (red text)
Updated by Deca Park over 1 year ago
- Status changed from Resolved to Feedback
- Assignee changed from Deca Park to bryant bryant
Updated by bryant bryant over 1 year ago
- Status changed from Feedback to Resolved
- Assignee changed from bryant bryant to Deca Park
Actions