netbird/client
Maycon Santos fec3132585
Adding peer registration support to JWT (#305)
The management will validate the JWT as it does in the API
 and will register the Peer to the user's account.

New fields were added to grpc messages in management
 and client daemon and its clients were updated

Peer has one new field, UserID, 
that will hold the id of the user that registered it

JWT middleware CheckJWT got a splitter 
and renamed to support validation for non HTTP requests

Added test for adding new Peer with UserID

Lots of tests update because of a new field
2022-05-05 20:02:15 +02:00
..
cmd Adding peer registration support to JWT (#305) 2022-05-05 20:02:15 +02:00
internal Adding peer registration support to JWT (#305) 2022-05-05 20:02:15 +02:00
proto Adding peer registration support to JWT (#305) 2022-05-05 20:02:15 +02:00
server Adding peer registration support to JWT (#305) 2022-05-05 20:02:15 +02:00
system Add client version to the client app and send it to the management service (#218) 2022-02-03 18:35:54 +01:00
testdata Fix concurrency on the client (#183) 2022-01-10 18:43:13 +01:00
ui Make systray connected/disconnected icon switch faster (#299) 2022-04-18 09:43:37 +02:00
Dockerfile Support environment vars (#155) 2021-11-15 09:11:50 +01:00
installer.nsis Add UI binary to windows installer (#285) 2022-03-23 18:24:25 +01:00
main.go Rename module to netbirdio/netbird (#288) 2022-03-26 12:08:54 +01:00
manifest.xml Add windows installer (#109) 2021-09-06 10:20:26 +02:00
resources.rc Refactor Interface package and update windows driver (#192) 2022-01-17 14:01:58 +01:00
wireguard_nt.sh Refactor Interface package and update windows driver (#192) 2022-01-17 14:01:58 +01:00