Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

複数人利用可能なプラットフォームに進化させる。 #6

Open
iitenkida7 opened this issue Nov 10, 2019 · 3 comments
Open

Comments

@iitenkida7
Copy link
Owner

いまは?

  • 現状は、作った本人のLINEに通知される。
  • 予約できる自転車は、作った本人のちよくるのアカウントによって自転車の予約が行われる。

どうしたいの?

  • 誰でも使えるプラットフォーム(LineBot)に育てる。
@iitenkida7
Copy link
Owner Author

iitenkida7 commented Nov 10, 2019

DBにユーザー情報を格納する。

  • ちよくるの認証情報も格納する。(あー持ちたくない。)
    • 暗号化を行って持つとしよう。。ここはハッシュにできないね。。

user

  • id(uniq)
  • line_user_id (uniq)
  • bike_id
  • bike_passwd

@iitenkida7
Copy link
Owner Author

iitenkida7 commented Nov 10, 2019

todo

  • 暗号化検証
  • DB構築
  • LINE友達追加から ちよくるの認証情報を聞き出す。

@iitenkida7
Copy link
Owner Author

aes-256-cbc の IVについて疑問があったが
徳丸さんが回答していて
やっぱそうだよね。になった。

https://teratail.com/questions/93331

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant