mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-01-14 07:43:25 +01:00
[PR #292] [MERGED] OAuth 1 Authentication Plugin #212
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
main← Head:oauth1📝 Commits (2)
69c0abdAdd OAuth 1 auth plugin02dca70Update 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.