netbird/management/server
Misha Bragin 06055af361
Super user invites (#483)
This PR brings user invites logic to the Management service
via HTTP API. 
The POST /users/ API endpoint creates a new user in the Idp
and then in the local storage. 
Once the invited user signs ups, the account invitation is redeemed.
There are a few limitations.
This works only with an enabled IdP manager.
Users that already have a registered account can't be invited.
2022-10-13 18:26:31 +02:00
..
http Super user invites (#483) 2022-10-13 18:26:31 +02:00
idp Super user invites (#483) 2022-10-13 18:26:31 +02:00
jwtclaims OpenAPI specification and API Adjusts (#356) 2022-06-14 10:32:54 +02:00
migration Rename module to netbirdio/netbird (#288) 2022-03-26 12:08:54 +01:00
mock_server Super user invites (#483) 2022-10-13 18:26:31 +02:00
testdata Replace IP allocation logic (#342) 2022-05-29 22:43:39 +02:00
account_test.go Super user invites (#483) 2022-10-13 18:26:31 +02:00
account.go Super user invites (#483) 2022-10-13 18:26:31 +02:00
config.go Update scripts for the self-hosted Oauth 2.0 Device Auth Grant support (#439) 2022-08-24 14:37:18 +02:00
error.go Super user invites (#483) 2022-10-13 18:26:31 +02:00
file_store_test.go Check if new account ID is already being used (#364) 2022-06-20 18:20:43 +02:00
file_store.go Don't create index if peer is empty (#435) 2022-08-23 11:09:56 +02:00
group.go OpenAPI specification and API Adjusts (#356) 2022-06-14 10:32:54 +02:00
grpcserver.go Super user invites (#483) 2022-10-13 18:26:31 +02:00
management_proto_test.go Serve Management gRPC and HTTP on a single 80/443 port (#400) 2022-07-29 20:37:09 +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 Super user invites (#483) 2022-10-13 18:26:31 +02:00
nameserver_test.go Add DNS nameserver support to management (#484) 2022-09-30 16:47:11 +05:00
nameserver.go Add DNS nameserver support to management (#484) 2022-09-30 16:47:11 +05:00
network_test.go Replace IP allocation logic (#342) 2022-05-29 22:43:39 +02:00
network.go Add routing support to management service (#424) 2022-08-18 18:22:15 +02:00
peer_test.go Send netmask from account network (#369) 2022-06-24 21:30:51 +02:00
peer.go Add auto-assign groups to the User API (#467) 2022-09-22 09:06:32 +02:00
route_test.go Add Network ID and rename Prefix to Network (#432) 2022-08-22 14:10:24 +02:00
route.go Don't create index if peer is empty (#435) 2022-08-23 11:09:56 +02:00
rule.go OpenAPI specification and API Adjusts (#356) 2022-06-14 10:32:54 +02:00
setupkey_test.go Add SetupKey auto-groups property (#460) 2022-09-11 23:16:40 +02:00
setupkey.go Always return empty auto_groups if previously were nil (#468) 2022-09-13 17:19:03 +02:00
store.go Add routing support to management service (#424) 2022-08-18 18:22:15 +02:00
turncredentials_test.go Rename module to netbirdio/netbird (#288) 2022-03-26 12:08:54 +01:00
turncredentials.go Use select for turn credentials and peers update (#443) 2022-08-27 12:57:03 +02:00
updatechannel_test.go Use select for turn credentials and peers update (#443) 2022-08-27 12:57:03 +02:00
updatechannel.go Use select for turn credentials and peers update (#443) 2022-08-27 12:57:03 +02:00
user.go Super user invites (#483) 2022-10-13 18:26:31 +02:00