Skip to content

Latest commit

 

History

History
32 lines (23 loc) · 811 Bytes

users.md

File metadata and controls

32 lines (23 loc) · 811 Bytes

ユーザー API

post /users/auth

ユーザー登録(更新)を行い Token を返す

request

内容 説明
email [email protected] ユーザの Email
uid test3r2trnmthjtyjr Google から発行される HASH 値
fcm_token test 端末が払い出す token
http://127.0.0.1:8080/users/auth
-d '{ "email":"[email protected]", "fcm_token":"test" }'

response

access_token を JSON で返す

内容 説明
access_token token68 有効期限 1時間の Bearer トークン
{
  "access_token" : "eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJzdWIiOiI0IiwiYXVkIjoic2hhcmVib29rbWFya3MiLCJleHAiOjE1OTg3NTg0NDd9.C-Irgo599czcbemvJ0yKywL6M8w3oh2VI0Cgala-wQA"
}