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

ユーザー認証を追加する #303

Merged
merged 10 commits into from
Oct 21, 2023
Merged

ユーザー認証を追加する #303

merged 10 commits into from
Oct 21, 2023

Conversation

rito528
Copy link
Member

@rito528 rito528 commented Oct 13, 2023

フロントエンド側からトークンが渡される(Microsoftから降ってきたトークン)ので、そのトークンをMicrosoftのAPIに問い合わせてUUIDと名前を取得できることがわかったのでそのように認証しました。

やったこと
・認証部分の実装
・ユーザーテーブルの実装(ユーザー情報を必要とするカラムの追加)
・認証時にユーザー情報の保存・名前更新チェック実装

一部の部分でORMを使わないで生のSQLを書いていますが、このPRではユーザー情報追加による影響を受けるカラムを含むテーブルの操作部分だけ書き換えています。
後続のPRで他部分は置き換える予定です。

@rito528 rito528 requested a review from loliGothicK as a code owner October 13, 2023 13:30
@rito528 rito528 force-pushed the feat/auth branch 2 times, most recently from 4c1dc48 to 2f7f7f0 Compare October 16, 2023 12:19
@loliGothicK loliGothicK merged commit 7a3f009 into main Oct 21, 2023
4 checks passed
@loliGothicK loliGothicK deleted the feat/auth branch October 21, 2023 15:53
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