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

セッションが切れた際にログアウトさせる #777

Merged
merged 6 commits into from
Jun 26, 2024

Conversation

Kubosaka
Copy link
Collaborator

@Kubosaka Kubosaka commented Jun 11, 2024

resolve #774

概要

  • ページを遷移した際に、セッションが切れていてもログイン状態を維持できていたので、切れた場合は削除した
  • 権限周りでcurrentUser情報をAPIで取得していたが、user情報をLocalStorageで取得するようにした。
  • 各ページのリファクタリング getCurrentUserでAPIの呼び出しを使わないようにした

画面スクリーンショット等

  • URL
    スクリーンショット

テスト項目

  • 別ブラウザでログインして、リロードした際にログアウトするか確認する
  • デフォルトユーザーでログインして、各ページの機能(特に権限周りが問題ないか確認する)

備考

@Kubosaka Kubosaka self-assigned this Jun 17, 2024
Copy link
Collaborator

@hikahana hikahana left a comment

Choose a reason for hiding this comment

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

LGTM

@Kubosaka Kubosaka merged commit c6a33ba into develop Jun 26, 2024
2 checks passed
@Kubosaka Kubosaka deleted the feat/kubosaka/774-session-delete branch June 26, 2024 14:52
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