netbird/management/server/mock_server
Misha Bragin e3d2b6a408
Block user through HTTP API (#846)
The new functionality allows blocking a user in the Management service.
Blocked users lose access to the Dashboard, aren't able to modify the network map,
and all of their connected devices disconnect and are set to the "login expired" state.

Technically all above was achieved with the updated PUT /api/users endpoint,
that was extended with the is_blocked field.
2023-05-11 18:09:36 +02:00
..
account_mock.go Block user through HTTP API (#846) 2023-05-11 18:09:36 +02:00
management_server_mock.go Get Device Authorization Flow information from management (#308) 2022-05-08 11:04:57 +02:00