[PR #759] [MERGED] Refactor the authentication part of mobile exports #12957

Closed
opened 2026-08-05 02:07:06 -04:00 by saavagebueno · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/netbirdio/netbird/pull/759
Author: @pappz
Created: 3/23/2023
Status: Merged
Merged: 3/28/2023
Merged by: @pappz

Base: mainHead: feature/async_auth


📝 Commits (3)

  • bd2be67 Refactor the authentication part of mobile exports
  • 45f7816 Add comment
  • 65814c1 Merge branch 'main' into feature/async_auth

📊 Changes

2 files changed (+49 additions, -4 deletions)

View changed files

📝 client/android/client.go (+1 -1)
📝 client/android/login.go (+48 -3)

📄 Description

Describe your changes

Refactor the auth code into async calls for mobile framework

Checklist

  • Is it a bug fix
  • Is a typo/documentation fix
  • Is a feature enhancement
  • It is a refactor
  • Created tests that fail without the change (if possible)
  • Extended the README / documentation, if necessary

🔄 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/netbirdio/netbird/pull/759 **Author:** [@pappz](https://github.com/pappz) **Created:** 3/23/2023 **Status:** ✅ Merged **Merged:** 3/28/2023 **Merged by:** [@pappz](https://github.com/pappz) **Base:** `main` ← **Head:** `feature/async_auth` --- ### 📝 Commits (3) - [`bd2be67`](https://github.com/netbirdio/netbird/commit/bd2be672d8b955882f98f71c91db29d6f9e98705) Refactor the authentication part of mobile exports - [`45f7816`](https://github.com/netbirdio/netbird/commit/45f781688203071f85375124797e5929b76c25a8) Add comment - [`65814c1`](https://github.com/netbirdio/netbird/commit/65814c134b8b8294a003c99c50cc09ed40aa752b) Merge branch 'main' into feature/async_auth ### 📊 Changes **2 files changed** (+49 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `client/android/client.go` (+1 -1) 📝 `client/android/login.go` (+48 -3) </details> ### 📄 Description ## Describe your changes Refactor the auth code into async calls for mobile framework ## Issue ticket number and link ### Checklist - [ ] Is it a bug fix - [ ] Is a typo/documentation fix - [x] Is a feature enhancement - [ ] It is a refactor - [ ] Created tests that fail without the change (if possible) - [ ] Extended the README / documentation, if necessary --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
saavagebueno added the pull-request label 2026-08-05 02:07:06 -04:00
Sign in to join this conversation.
No Label pull-request
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: DYNR/netbird#12957