[PR #2437] [MERGED] refactor: centralize auth imports through new client module #2104

Closed
opened 2026-03-02 12:00:35 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/karakeep-app/karakeep/pull/2437
Author: @MohamedBassem
Created: 2/1/2026
Status: Merged
Merged: 2/1/2026
Merged by: @MohamedBassem

Base: mainHead: claude/centralize-nextauth-utils-s8DTT


📝 Commits (2)

  • 6507599 refactor(web): centralize next-auth client-side utilities
  • 355792b format

📊 Changes

15 files changed (+25 additions, -15 deletions)

View changed files

📝 apps/web/app/logout/page.tsx (+1 -1)
📝 apps/web/app/reader/[bookmarkId]/page.tsx (+1 -1)
📝 apps/web/components/admin/UserList.tsx (+1 -1)
📝 apps/web/components/dashboard/bookmarks/BookmarkLayoutAdaptingCard.tsx (+1 -1)
📝 apps/web/components/dashboard/bookmarks/BookmarkOptions.tsx (+1 -1)
📝 apps/web/components/dashboard/bookmarks/TagList.tsx (+1 -1)
📝 apps/web/components/dashboard/header/ProfileOptions.tsx (+1 -1)
📝 apps/web/components/dashboard/preview/BookmarkPreview.tsx (+1 -1)
📝 apps/web/components/dashboard/preview/LinkContentSection.tsx (+1 -1)
📝 apps/web/components/invite/InviteAcceptForm.tsx (+1 -1)
📝 apps/web/components/signin/CredentialsForm.tsx (+1 -1)
📝 apps/web/components/signin/SignInProviderButton.tsx (+1 -1)
📝 apps/web/components/signup/SignUpForm.tsx (+1 -1)
apps/web/lib/auth/client.ts (+11 -0)
📝 apps/web/lib/providers.tsx (+1 -2)

📄 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/karakeep-app/karakeep/pull/2437 **Author:** [@MohamedBassem](https://github.com/MohamedBassem) **Created:** 2/1/2026 **Status:** ✅ Merged **Merged:** 2/1/2026 **Merged by:** [@MohamedBassem](https://github.com/MohamedBassem) **Base:** `main` ← **Head:** `claude/centralize-nextauth-utils-s8DTT` --- ### 📝 Commits (2) - [`6507599`](https://github.com/karakeep-app/karakeep/commit/65075991cd9e05cdabae93a46142940dbc0c9035) refactor(web): centralize next-auth client-side utilities - [`355792b`](https://github.com/karakeep-app/karakeep/commit/355792b747c46249db21780d6bcde14ae6842504) format ### 📊 Changes **15 files changed** (+25 additions, -15 deletions) <details> <summary>View changed files</summary> 📝 `apps/web/app/logout/page.tsx` (+1 -1) 📝 `apps/web/app/reader/[bookmarkId]/page.tsx` (+1 -1) 📝 `apps/web/components/admin/UserList.tsx` (+1 -1) 📝 `apps/web/components/dashboard/bookmarks/BookmarkLayoutAdaptingCard.tsx` (+1 -1) 📝 `apps/web/components/dashboard/bookmarks/BookmarkOptions.tsx` (+1 -1) 📝 `apps/web/components/dashboard/bookmarks/TagList.tsx` (+1 -1) 📝 `apps/web/components/dashboard/header/ProfileOptions.tsx` (+1 -1) 📝 `apps/web/components/dashboard/preview/BookmarkPreview.tsx` (+1 -1) 📝 `apps/web/components/dashboard/preview/LinkContentSection.tsx` (+1 -1) 📝 `apps/web/components/invite/InviteAcceptForm.tsx` (+1 -1) 📝 `apps/web/components/signin/CredentialsForm.tsx` (+1 -1) 📝 `apps/web/components/signin/SignInProviderButton.tsx` (+1 -1) 📝 `apps/web/components/signup/SignUpForm.tsx` (+1 -1) ➕ `apps/web/lib/auth/client.ts` (+11 -0) 📝 `apps/web/lib/providers.tsx` (+1 -2) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-02 12:00:35 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/karakeep#2104
No description provided.