[PR #82] [MERGED] Remove supabase cloudflare #113

Closed
opened 2026-02-28 15:42:13 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/usenocturne/nocturne-ui/pull/82
Author: @brandonsaldan
Created: 1/24/2025
Status: Merged
Merged: 1/24/2025
Merged by: @brandonsaldan

Base: mainHead: remove-supabase-cloudflare


📝 Commits (2)

  • a106757 feat(auth): remove supabase
  • d210d9e feat(auth): remove cloudflare

📊 Changes

25 files changed (+167 additions, -1128 deletions)

View changed files

📝 .env.example (+3 -8)
📝 .gitignore (+0 -4)
📝 README.md (+47 -166)
📝 bun.lockb (+0 -0)
📝 next.config.mjs (+5 -15)
📝 package.json (+4 -9)
📝 src/components/settings/Settings.jsx (+0 -13)
src/lib/cryptoUtils.js (+0 -77)
src/lib/supabaseClient.js (+0 -26)
📝 src/pages/_app.jsx (+1 -22)
📝 src/pages/api/v1/auth/finish-auth.js (+29 -28)
src/pages/api/v1/auth/qr/check.js (+0 -88)
src/pages/api/v1/auth/qr/create.js (+0 -80)
📝 src/pages/api/v1/auth/refresh-token.js (+22 -118)
📝 src/pages/api/v1/auth/token.js (+30 -96)
src/pages/api/v1/status/device-stats.js (+0 -87)
📝 src/services/authService.js (+26 -18)
src/workers/keyRotation.js (+0 -23)
workers/key-rotation/.gitignore (+0 -169)
workers/key-rotation/README.md (+0 -15)

...and 5 more files

📄 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/usenocturne/nocturne-ui/pull/82 **Author:** [@brandonsaldan](https://github.com/brandonsaldan) **Created:** 1/24/2025 **Status:** ✅ Merged **Merged:** 1/24/2025 **Merged by:** [@brandonsaldan](https://github.com/brandonsaldan) **Base:** `main` ← **Head:** `remove-supabase-cloudflare` --- ### 📝 Commits (2) - [`a106757`](https://github.com/usenocturne/nocturne-ui/commit/a1067577fbce7bcab62d6a452643d8fc02d7aa88) feat(auth): remove supabase - [`d210d9e`](https://github.com/usenocturne/nocturne-ui/commit/d210d9e38f7ae7be719e383b92a4d2f38180b600) feat(auth): remove cloudflare ### 📊 Changes **25 files changed** (+167 additions, -1128 deletions) <details> <summary>View changed files</summary> 📝 `.env.example` (+3 -8) 📝 `.gitignore` (+0 -4) 📝 `README.md` (+47 -166) 📝 `bun.lockb` (+0 -0) 📝 `next.config.mjs` (+5 -15) 📝 `package.json` (+4 -9) 📝 `src/components/settings/Settings.jsx` (+0 -13) ➖ `src/lib/cryptoUtils.js` (+0 -77) ➖ `src/lib/supabaseClient.js` (+0 -26) 📝 `src/pages/_app.jsx` (+1 -22) 📝 `src/pages/api/v1/auth/finish-auth.js` (+29 -28) ➖ `src/pages/api/v1/auth/qr/check.js` (+0 -88) ➖ `src/pages/api/v1/auth/qr/create.js` (+0 -80) 📝 `src/pages/api/v1/auth/refresh-token.js` (+22 -118) 📝 `src/pages/api/v1/auth/token.js` (+30 -96) ➖ `src/pages/api/v1/status/device-stats.js` (+0 -87) 📝 `src/services/authService.js` (+26 -18) ➖ `src/workers/keyRotation.js` (+0 -23) ➖ `workers/key-rotation/.gitignore` (+0 -169) ➖ `workers/key-rotation/README.md` (+0 -15) _...and 5 more files_ </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-02-28 15:42:13 +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/nocturne-ui#113
No description provided.