[PR #6] [MERGED] Authentication and Saving Mails #324

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

📋 Pull Request Information

Original PR: https://github.com/arikchakma/maily.to/pull/6
Author: @arikchakma
Created: 7/23/2023
Status: Merged
Merged: 7/23/2023
Merged by: @arikchakma

Base: mainHead: feat/auth


📝 Commits (7)

📊 Changes

45 files changed (+2797 additions, -79 deletions)

View changed files

app/(auth)/auth/callback/route.ts (+21 -0)
app/(auth)/layout.tsx (+21 -0)
app/(auth)/login/page.tsx (+47 -0)
app/(auth)/signup/page.tsx (+48 -0)
app/api/v1/delete-mail/[id]/route.ts (+94 -0)
app/api/v1/get-list-mails/route.ts (+31 -0)
app/api/v1/save-mail/route.ts (+70 -0)
📝 app/layout.tsx (+16 -11)
📝 app/page.tsx (+6 -8)
app/playground/layout.tsx (+55 -0)
📝 app/playground/page.tsx (+4 -48)
app/providers.tsx (+15 -0)
📝 components.json (+2 -2)
components/auth/github-login-button.tsx (+66 -0)
components/auth/logout-button.tsx (+40 -0)
components/auth/navigation.tsx (+65 -0)
📝 components/editor-preview.tsx (+6 -4)
📝 components/editor/extensions/slash-command.tsx (+1 -0)
📝 components/email-preview-dialog.tsx (+2 -2)
📝 components/iframe.tsx (+1 -0)

...and 25 more files

📄 Description

  • Login with GitHub
  • Save Mail

🔄 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/arikchakma/maily.to/pull/6 **Author:** [@arikchakma](https://github.com/arikchakma) **Created:** 7/23/2023 **Status:** ✅ Merged **Merged:** 7/23/2023 **Merged by:** [@arikchakma](https://github.com/arikchakma) **Base:** `main` ← **Head:** `feat/auth` --- ### 📝 Commits (7) - [`9aea711`](https://github.com/arikchakma/maily.to/commit/9aea7117c7513dbe41e79ea8f8c550218cd88ed4) wip: github login - [`d77786b`](https://github.com/arikchakma/maily.to/commit/d77786b68451fd21357274efa5cfd92b2ca60eb0) wip: mail save form - [`ddf8253`](https://github.com/arikchakma/maily.to/commit/ddf8253e3171e5b79c5d1e1b57bc87c130eba0be) feat: mail saving - [`09a5d71`](https://github.com/arikchakma/maily.to/commit/09a5d71b2524b29b4ffaad10235233f928f12f5e) fix: login error - [`81e2c40`](https://github.com/arikchakma/maily.to/commit/81e2c40f53a38aac1da31b5f413010f0473eb6a1) fix: dropdown disable - [`b01e906`](https://github.com/arikchakma/maily.to/commit/b01e9062057a7a40a4a5ec2edb68654de720acf4) fix: seo title - [`5170949`](https://github.com/arikchakma/maily.to/commit/51709495fc026de2c9fcab00a88f73ef6f44b5cd) fix: login redirect ### 📊 Changes **45 files changed** (+2797 additions, -79 deletions) <details> <summary>View changed files</summary> ➕ `app/(auth)/auth/callback/route.ts` (+21 -0) ➕ `app/(auth)/layout.tsx` (+21 -0) ➕ `app/(auth)/login/page.tsx` (+47 -0) ➕ `app/(auth)/signup/page.tsx` (+48 -0) ➕ `app/api/v1/delete-mail/[id]/route.ts` (+94 -0) ➕ `app/api/v1/get-list-mails/route.ts` (+31 -0) ➕ `app/api/v1/save-mail/route.ts` (+70 -0) 📝 `app/layout.tsx` (+16 -11) 📝 `app/page.tsx` (+6 -8) ➕ `app/playground/layout.tsx` (+55 -0) 📝 `app/playground/page.tsx` (+4 -48) ➕ `app/providers.tsx` (+15 -0) 📝 `components.json` (+2 -2) ➕ `components/auth/github-login-button.tsx` (+66 -0) ➕ `components/auth/logout-button.tsx` (+40 -0) ➕ `components/auth/navigation.tsx` (+65 -0) 📝 `components/editor-preview.tsx` (+6 -4) 📝 `components/editor/extensions/slash-command.tsx` (+1 -0) 📝 `components/email-preview-dialog.tsx` (+2 -2) 📝 `components/iframe.tsx` (+1 -0) _...and 25 more files_ </details> ### 📄 Description - [x] Login with GitHub - [x] Save Mail --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-15 02:08: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/maily.to#324
No description provided.