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

Add user signup with GitHub OAuth #125

Merged
merged 11 commits into from
Apr 4, 2024
Merged

Add user signup with GitHub OAuth #125

merged 11 commits into from
Apr 4, 2024

Conversation

kinoppyd
Copy link
Member

@kinoppyd kinoppyd commented Mar 25, 2024

GitHub の OAuth を使用して、サインアップする機能の実装です。

@kinoppyd kinoppyd changed the base branch from main to 2024 March 25, 2024 15:47
@kinoppyd kinoppyd marked this pull request as ready for review April 2, 2024 16:26
@kinoppyd kinoppyd requested a review from e-ikuta April 2, 2024 16:26
Comment on lines 8 to 9
validates :name, presence: true
validates :email, presence: true
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

emailとnameはGithub側で空欄で登録できるので、必須にしないほうが親切かも?と思いました!

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

emailは以下をチェックしていてもnilになるみたいです!
スクリーンショット 2024-04-04 20 00 49

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

必須にする場合は、profile作成失敗時に適切にエラーメッセージを表示してあげると良さそうです!

Copy link
Collaborator

@e-ikuta e-ikuta Apr 4, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ちなみにアバター画像については、頑張って外そうと試みたのですが、gravatarの画像が勝手に設定されちゃってできませんでした...
docによると

アカウントにサインアップすると、GitHub はとりあえずランダムなアイデンティコンを生成します。

とあるので空になることはないのかもしれません。

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

emailはもしかしたら、と思っていたんですがnameは想定外だったので、チェックしていただいて助かりました。
ちょっと修正を入れます

Copy link
Collaborator

@e-ikuta e-ikuta left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

コメントはしましたが、後追い対応でも良さそうだと思いました!

@kinoppyd
Copy link
Member Author

kinoppyd commented Apr 4, 2024

コメントの対応として、以下の対応を入れました

  • emailは取得せずにカラムごと削除
  • nameはユーザー名では無く、ログインIDを使う

@kinoppyd kinoppyd merged commit ef2b2b2 into 2024 Apr 4, 2024
2 checks passed
@kinoppyd kinoppyd deleted the features/signup branch April 4, 2024 15:21
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

Successfully merging this pull request may close these issues.

2 participants