[PR #27] [MERGED] fix(auth): google auth #36

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

📋 Pull Request Information

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

Base: developHead: fix/google_auth


📝 Commits (2)

  • 59b039a Fix record duplicate when logging with Google
  • 8b69c64 Codegen fix

📊 Changes

6 files changed (+31 additions, -27 deletions)

View changed files

📝 internal/db/repository/users.sql.go (+11 -6)
📝 internal/service/user/service_google.go (+3 -1)
📝 pkg/api-kms/v1/client/wallet/create_b_s_c_transaction_parameters.go (+3 -5)
📝 pkg/api-kms/v1/client/wallet/create_b_s_c_transaction_responses.go (+2 -4)
📝 pkg/api-kms/v1/client/wallet/wallet_client.go (+7 -7)
📝 scripts/queries/users.sql (+5 -4)

📄 Description

Backend was creating duplicate record when the user with auth=email already existed


🔄 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/27 **Author:** [@swift1337](https://github.com/swift1337) **Created:** 8/1/2023 **Status:** ✅ Merged **Merged:** 8/1/2023 **Merged by:** [@swift1337](https://github.com/swift1337) **Base:** `develop` ← **Head:** `fix/google_auth` --- ### 📝 Commits (2) - [`59b039a`](https://github.com/oxygenpay/oxygen/commit/59b039a7ffa6d6ae6bd8d4e3092c1be03cec7259) Fix record duplicate when logging with Google - [`8b69c64`](https://github.com/oxygenpay/oxygen/commit/8b69c641c57c748c7f966110300935cd8dff84f5) Codegen fix ### 📊 Changes **6 files changed** (+31 additions, -27 deletions) <details> <summary>View changed files</summary> 📝 `internal/db/repository/users.sql.go` (+11 -6) 📝 `internal/service/user/service_google.go` (+3 -1) 📝 `pkg/api-kms/v1/client/wallet/create_b_s_c_transaction_parameters.go` (+3 -5) 📝 `pkg/api-kms/v1/client/wallet/create_b_s_c_transaction_responses.go` (+2 -4) 📝 `pkg/api-kms/v1/client/wallet/wallet_client.go` (+7 -7) 📝 `scripts/queries/users.sql` (+5 -4) </details> ### 📄 Description Backend was creating duplicate record when the user with auth=email already existed --- <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:42 +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#36
No description provided.