[PR #24] [MERGED] feat: improve security #31

Closed
opened 2026-03-03 18:51:41 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/oxygenpay/oxygen/pull/24
Author: @swift1337
Created: 7/27/2023
Status: Merged
Merged: 7/27/2023
Merged by: @swift1337

Base: developHead: feat/security


📝 Commits (6)

📊 Changes

12 files changed (+1394 additions, -590 deletions)

View changed files

📝 go.mod (+9 -9)
📝 go.sum (+21 -0)
📝 internal/auth/google.go (+6 -3)
📝 internal/server/http/internalapi/wallet.go (+6 -4)
📝 internal/server/http/merchantapi/auth/email.go (+2 -1)
📝 internal/server/http/merchantapi/auth/google.go (+22 -5)
📝 internal/server/http/merchantapi/auth/handler.go (+6 -3)
📝 internal/server/http/middleware/auth.go (+18 -0)
📝 internal/service/wallet/service.go (+2 -2)
📝 ui-dashboard/package-lock.json (+1291 -557)
📝 ui-dashboard/package.json (+6 -5)
📝 ui-dashboard/src/components/withdraw-desc-card/withdraw-desc-card.tsx (+5 -1)

📄 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/oxygenpay/oxygen/pull/24 **Author:** [@swift1337](https://github.com/swift1337) **Created:** 7/27/2023 **Status:** ✅ Merged **Merged:** 7/27/2023 **Merged by:** [@swift1337](https://github.com/swift1337) **Base:** `develop` ← **Head:** `feat/security` --- ### 📝 Commits (6) - [`9f26a9d`](https://github.com/oxygenpay/oxygen/commit/9f26a9d4a8781d55d20567bc2595f45f1f973b55) Update echo version - [`9e4e310`](https://github.com/oxygenpay/oxygen/commit/9e4e3109034c07bd72926e75dce543684e9a4269) Security updates - [`7f335b4`](https://github.com/oxygenpay/oxygen/commit/7f335b4cf4043f294c65ad197a4a937320310929) Fix int32 security issue - [`92c917e`](https://github.com/oxygenpay/oxygen/commit/92c917e7f48a202938ed3bc3aade6fa0a62b479c) Fix rel="noopener noreferrer" - [`74fef0b`](https://github.com/oxygenpay/oxygen/commit/74fef0b5bc5b15a0ac9000c595dc50185d53e7c6) Secure OAuth with state param - [`b55ca12`](https://github.com/oxygenpay/oxygen/commit/b55ca125514de5a2265b9e026d24969ecc1a3227) Fix npm packages issue ### 📊 Changes **12 files changed** (+1394 additions, -590 deletions) <details> <summary>View changed files</summary> 📝 `go.mod` (+9 -9) 📝 `go.sum` (+21 -0) 📝 `internal/auth/google.go` (+6 -3) 📝 `internal/server/http/internalapi/wallet.go` (+6 -4) 📝 `internal/server/http/merchantapi/auth/email.go` (+2 -1) 📝 `internal/server/http/merchantapi/auth/google.go` (+22 -5) 📝 `internal/server/http/merchantapi/auth/handler.go` (+6 -3) 📝 `internal/server/http/middleware/auth.go` (+18 -0) 📝 `internal/service/wallet/service.go` (+2 -2) 📝 `ui-dashboard/package-lock.json` (+1291 -557) 📝 `ui-dashboard/package.json` (+6 -5) 📝 `ui-dashboard/src/components/withdraw-desc-card/withdraw-desc-card.tsx` (+5 -1) </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-03-03 18:51:41 +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/oxygen#31
No description provided.