wireguard-ui/handler
Paul Dee 364a43e3dc
Implement updating a client Pub+PSK when editing a client (#401)
This covers the normal use-case where clients generate keys
locally on their device and notify the server of their new/updated keys.

The server verifies Preshared and Public keys independently of each
other. Should a client generate a new tunnel which lacks a PSK and send
only a Public key to the server (admin) where the earlier server created
profile has a Preshared key, the server admin/user must determine the
course of action:
keep or remove the PSK.
2023-08-11 10:34:11 +02:00
..
middlewares.go Mitigate CSRF attacks (#206) 2022-07-14 08:36:47 +02:00
response.go Validate AllowedIPs from user input 2020-04-19 10:46:43 +07:00
routes.go Implement updating a client Pub+PSK when editing a client (#401) 2023-08-11 10:34:11 +02:00
routes_wake_on_lan.go User management panel (#289) 2023-03-15 21:13:53 +01:00
session.go User management panel (#289) 2023-03-15 21:13:53 +01:00