[PR #292] [MERGED] OAuth 1 Authentication Plugin #212

Closed
opened 2025-12-29 08:32:06 +01:00 by adam · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/mountain-loop/yaak/pull/292
Author: @gschier
Created: 11/5/2025
Status: Merged
Merged: 11/5/2025
Merged by: @gschier

Base: mainHead: oauth1


📝 Commits (2)

  • 69c0abd Add OAuth 1 auth plugin
  • 02dca70 Update plugins/auth-oauth1/src/index.ts

📊 Changes

8 files changed (+244 additions, -1 deletions)

View changed files

📝 package-lock.json (+18 -0)
📝 package.json (+1 -0)
plugins/auth-oauth1/package.json (+20 -0)
plugins/auth-oauth1/src/index.ts (+197 -0)
plugins/auth-oauth1/tsconfig.json (+3 -0)
📝 src-web/components/DynamicForm.tsx (+1 -0)
📝 src-web/components/core/Editor/Editor.tsx (+3 -1)
📝 src-web/components/core/Input.tsx (+1 -0)

📄 Description

Add OAuth 1 support

Closes https://feedback.yaak.app/p/oauth-10-support


🔄 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/mountain-loop/yaak/pull/292 **Author:** [@gschier](https://github.com/gschier) **Created:** 11/5/2025 **Status:** ✅ Merged **Merged:** 11/5/2025 **Merged by:** [@gschier](https://github.com/gschier) **Base:** `main` ← **Head:** `oauth1` --- ### 📝 Commits (2) - [`69c0abd`](https://github.com/mountain-loop/yaak/commit/69c0abd4987b597339e9c643d84719fbd7f71c86) Add OAuth 1 auth plugin - [`02dca70`](https://github.com/mountain-loop/yaak/commit/02dca70a9f737588c4ceeb9f40ed17aeebb94afc) Update plugins/auth-oauth1/src/index.ts ### 📊 Changes **8 files changed** (+244 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `package-lock.json` (+18 -0) 📝 `package.json` (+1 -0) ➕ `plugins/auth-oauth1/package.json` (+20 -0) ➕ `plugins/auth-oauth1/src/index.ts` (+197 -0) ➕ `plugins/auth-oauth1/tsconfig.json` (+3 -0) 📝 `src-web/components/DynamicForm.tsx` (+1 -0) 📝 `src-web/components/core/Editor/Editor.tsx` (+3 -1) 📝 `src-web/components/core/Input.tsx` (+1 -0) </details> ### 📄 Description Add OAuth 1 support Closes https://feedback.yaak.app/p/oauth-10-support --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
adam added the pull-request label 2025-12-29 08:32:06 +01:00
adam closed this issue 2025-12-29 08:32:06 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/yaak-mountain-loop#212