mirror of
https://github.com/oxygenpay/oxygen.git
synced 2026-04-26 08:05:56 +03:00
[PR #24] [MERGED] feat: improve security #31
Labels
No labels
duplicate
not reproducible
pull-request
wontfix
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/oxygen#31
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
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/oxygenpay/oxygen/pull/24
Author: @swift1337
Created: 7/27/2023
Status: ✅ Merged
Merged: 7/27/2023
Merged by: @swift1337
Base:
develop← Head:feat/security📝 Commits (6)
9f26a9dUpdate echo version9e4e310Security updates7f335b4Fix int32 security issue92c917eFix rel="noopener noreferrer"74fef0bSecure OAuth with state paramb55ca12Fix npm packages issue📊 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.