# ponyo追加仕様 ## 登録(/signup) POST Request ```json= { "email":"hoge@example.com", "password":"password" } ``` Response(200) ```json= { "message":"success" } ``` Response(except 200) ```json= { "message":"error has occured!", } ``` ## ログイン(/signin) POST Request ```json= { "email":"hoge@example.com", "password":"password" } ``` Response(200) ```json= { "message":"success" "user_id":"example-user-id" } ``` Response(except 200) ```json= { "message":"error has occured!", } ```
×
Sign in
Email
Password
Forgot password
or
By clicking below, you agree to our
terms of service
.
Sign in via Facebook
Sign in via Twitter
Sign in via GitHub
Sign in via Dropbox
Sign in with Wallet
Wallet (
)
Connect another wallet
New to HackMD?
Sign up