netbird/management/server/http/middleware
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
..
access_control.go Block user through HTTP API (#846) 2023-05-11 18:09:36 +02:00
auth_middleware_test.go use UTC everywhere in server 2023-04-03 15:09:35 +02:00
auth_middleware.go remove UTC from some not store related operations 2023-04-10 10:54:23 +02:00