[PR #3] [MERGED] feat: add custom credentials #70

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

📋 Pull Request Information

Original PR: https://github.com/usenocturne/nocturne-ui/pull/3
Author: @brandonsaldan
Created: 11/2/2024
Status: Merged
Merged: 11/2/2024
Merged by: @brandonsaldan

Base: mainHead: credentials


📝 Commits (3)

📊 Changes

7 files changed (+467 additions, -61 deletions)

View changed files

📝 package.json (+3 -0)
src/components/AuthSelection.jsx (+188 -0)
src/lib/supabaseClient.js (+6 -0)
📝 src/pages/_app.jsx (+67 -10)
src/pages/api/device-stats.js (+41 -0)
📝 src/pages/api/refresh-token.js (+83 -28)
📝 src/pages/api/token.js (+79 -23)

📄 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/3 **Author:** [@brandonsaldan](https://github.com/brandonsaldan) **Created:** 11/2/2024 **Status:** ✅ Merged **Merged:** 11/2/2024 **Merged by:** [@brandonsaldan](https://github.com/brandonsaldan) **Base:** `main` ← **Head:** `credentials` --- ### 📝 Commits (3) - [`5262fce`](https://github.com/usenocturne/nocturne-ui/commit/5262fceb0d5289b8259eaa993c60a2582cd39539) feat: initial commit - [`a52a077`](https://github.com/usenocturne/nocturne-ui/commit/a52a07763fea73f5ed4ba9b7d7686120c007686d) fix: add packages - [`18c759b`](https://github.com/usenocturne/nocturne-ui/commit/18c759b07e622eaafb7bf4da3aa9f33d47e3fda9) feat: update auth frontend ### 📊 Changes **7 files changed** (+467 additions, -61 deletions) <details> <summary>View changed files</summary> 📝 `package.json` (+3 -0) ➕ `src/components/AuthSelection.jsx` (+188 -0) ➕ `src/lib/supabaseClient.js` (+6 -0) 📝 `src/pages/_app.jsx` (+67 -10) ➕ `src/pages/api/device-stats.js` (+41 -0) 📝 `src/pages/api/refresh-token.js` (+83 -28) 📝 `src/pages/api/token.js` (+79 -23) </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:04 +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#70
No description provided.