Project

General

Profile

New Function #75

Updated by Deca Park about 1 year ago

<p>0.API spec</p> 

 <ul> 
	 <li>refer to Authentication sheet on <strong>#32-20230713</strong></li> 
 </ul> 

 <p>1.[API] Change Password (PUT /api/set_passwd)</p> 

 <p>&nbsp; 1) Parameter<br /> 
 &nbsp; &nbsp; - password : <strong>required -&gt; not required</strong> (apply swagger object too)<br /> 
 &nbsp; 2) PROCESS<br /> 
 &nbsp; &nbsp; - if password&nbsp;param is empty, skip current password checking of the user</p> 

 <p>2.[API] SNS 로그인 (sns login) <strong>(NEW)</strong><br <strong>(NEW) </strong>(refer to Authentication sheet on <strong>#32-20230713)</strong><br /> 
 &nbsp; &nbsp; &nbsp;- POST /api/sns_login)</p> 

 <p>3.[API] 임시 Access Token 생성 (create temporary access token)&nbsp;<strong>(NEW)</strong><br /> 
 &nbsp; &nbsp; -&nbsp;POST /api/create_access_token</p> 

Back