mirror of
https://github.com/speatzle/nfsense.git
synced 2025-09-13 15:19:08 +00:00
Use System Users for Webinterface Auth
This commit is contained in:
parent
bd26cf893d
commit
0e5cd1d3a5
4 changed files with 13 additions and 8 deletions
|
@ -18,7 +18,7 @@ const SessionLifeTime = time.Minute * 15
|
|||
type Session struct {
|
||||
Username string
|
||||
Expires time.Time
|
||||
// TODO Add []websocket.Conn pointer to close all active websockets, alternativly do this via context cancelation
|
||||
// TODO Add []websocket.Conn pointer to close all active websockets, alternatively do this via context cancelation
|
||||
}
|
||||
|
||||
type SessionResponse struct {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue