netbird/management/server
Mikhail Bragin 3c47a3c408
peer management HTTP API (#81)
* feature: create account for a newly registered user

* feature: finalize user auth flow

* feature: create protected API with JWT

* chore: cleanup http server

* feature: add UI assets

* chore: update react UI

* refactor: move account not exists -> create to AccountManager

* chore: update UI

* chore: return only peers on peers endpoint

* chore: add UI path to the config

* chore: remove ui from management

* chore: remove unused Docker comamnds

* docs: update management config sample

* fix: store creation

* feature: introduce peer response to the HTTP api

* fix: lint errors

* feature: add setup-keys HTTP endpoint

* fix: return empty json arrays in HTTP API

* feature: add new peer response fields
2021-08-12 12:49:10 +02:00
..
grpc peer management HTTP API (#81) 2021-08-12 12:49:10 +02:00
http peer management HTTP API (#81) 2021-08-12 12:49:10 +02:00
testdata refactor: move LetsEncryptDomain to HttpServer config 2021-08-07 13:35:52 +02:00
account.go peer management HTTP API (#81) 2021-08-12 12:49:10 +02:00
config.go peer management HTTP API (#81) 2021-08-12 12:49:10 +02:00
file_store.go peer management HTTP API (#81) 2021-08-12 12:49:10 +02:00
management_suite_test.go Move management server to a separate directory (#67) 2021-07-24 16:14:29 +02:00
management_test.go peer management HTTP API (#81) 2021-08-12 12:49:10 +02:00
network.go Peer configuration management (#69) 2021-07-30 17:46:38 +02:00
store.go Peer configuration management (#69) 2021-07-30 17:46:38 +02:00