feat: extract tags from tailscale node

This commit is contained in:
Stavros
2026-05-10 19:23:34 +03:00
parent 8fad270379
commit 8b28e0c3e4
5 changed files with 6 additions and 2 deletions
+2
View File
@@ -59,6 +59,8 @@ type LDAPContext struct {
type TailscaleContext struct {
BaseContext
UserID string
// for future use
Tags []string
}
func (c *UserContext) IsAuthenticated() bool {