JWT Authentication endpoint

This commit is contained in:
Tim Beatham
2023-10-01 20:14:09 +01:00
parent 94afd68460
commit 52e5e3d33c
7 changed files with 175 additions and 30 deletions

View File

@ -32,4 +32,5 @@ type MeshCtrlServer struct {
IfName string
Conn *conn.WgCtrlConnection
JwtManager *auth.JwtManager
TokenManager *auth.TokenManager
}