[PR #165] [CLOSED] 誤り #182

Closed
opened 2026-02-16 10:16:21 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langgenius/webapp-conversation/pull/165
Author: @cwnakayama
Created: 5/21/2025
Status: Closed

Base: mainHead: feature/entra-id-auth


📝 Commits (1)

  • fceb030 MSAL認証・HTTPS対応・認証ガード等の実装と開発ログ追加

📊 Changes

7 files changed (+94 additions, -10 deletions)

View changed files

📝 .env.example (+7 -0)
app/components/AuthButton.tsx (+10 -0)
app/components/AuthGuard.tsx (+16 -0)
📝 app/layout.tsx (+19 -9)
config/msalConfig.ts (+15 -0)
📝 package.json (+4 -1)
server.js (+23 -0)

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/langgenius/webapp-conversation/pull/165 **Author:** [@cwnakayama](https://github.com/cwnakayama) **Created:** 5/21/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `feature/entra-id-auth` --- ### 📝 Commits (1) - [`fceb030`](https://github.com/langgenius/webapp-conversation/commit/fceb0309ded9cdf97e70140ca574cde330ac5667) MSAL認証・HTTPS対応・認証ガード等の実装と開発ログ追加 ### 📊 Changes **7 files changed** (+94 additions, -10 deletions) <details> <summary>View changed files</summary> 📝 `.env.example` (+7 -0) ➕ `app/components/AuthButton.tsx` (+10 -0) ➕ `app/components/AuthGuard.tsx` (+16 -0) 📝 `app/layout.tsx` (+19 -9) ➕ `config/msalConfig.ts` (+15 -0) 📝 `package.json` (+4 -1) ➕ `server.js` (+23 -0) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-16 10:16:21 -05:00
yindo closed this issue 2026-02-16 10:16:21 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langgenius/webapp-conversation#182