netbird/client/cmd
Maycon Santos fd7282d3cf
Link account id with the external user store (#184)
* get account id from access token claim

* use GetOrCreateAccountByUser and add test

* correct account id claim

* remove unused account

* Idp manager interface

* auth0 idp manager

* use if instead of switch case

* remove unnecessary lock

* NewAuth0Manager

* move idpmanager to its own package

* update metadata when accountId is not supplied

* update tests with idpmanager field

* format

* new idp manager and config support

* validate if we fetch the interface before converting to string

* split getJWTToken

* improve tests

* proper json fields and handle defer body close

* fix ci lint notes

* documentation and proper defer position

* UpdateUserAppMetadata tests

* update documentation

* ManagerCredentials interface

* Marshal and Unmarshal functions

* fix tests

* ManagerHelper and ManagerHTTPClient

* further tests with mocking

* rename package and custom http client

* sync local packages

* remove idp suffix
2022-01-24 11:21:30 +01:00
..
login_test.go Refactor Interface package and update windows driver (#192) 2022-01-17 14:01:58 +01:00
login.go Support new Management service protocol (NetworkMap) (#193) 2022-01-18 16:44:58 +01:00
root.go feature: add Wireguard preshared-key support (#160) 2021-11-21 17:47:19 +01:00
service_controller.go Support environment vars (#155) 2021-11-15 09:11:50 +01:00
service_installer.go Support environment vars (#155) 2021-11-15 09:11:50 +01:00
service.go Support environment vars (#155) 2021-11-15 09:11:50 +01:00
testutil.go Link account id with the external user store (#184) 2022-01-24 11:21:30 +01:00
up_test.go Refactor Interface package and update windows driver (#192) 2022-01-17 14:01:58 +01:00
up.go Support new Management service protocol (NetworkMap) (#193) 2022-01-18 16:44:58 +01:00
version.go Enhance up command (#133) 2021-10-17 21:34:07 +02:00